# Billing

![](/files/mJYnP9GLMJZSkiL9gIG7)

The Project Billing is generated based on the information provided in the *AgentSettings->Billing* section.

![Billing](/files/YpdyPZRj1ca8V2GZipmC)

The key information required include

| Information     | Description                                                                 |
| --------------- | --------------------------------------------------------------------------- |
| Contact Name    | Name of the Authorized Person                                               |
| Contact Number  | Phone number Authorized Person                                              |
| Billing Address | Address to be used for billing                                              |
| Type            | Flag indicating whether the Project is a *Personal* or *Enterprise* project |
| GSTIN           | GSTIN                                                                       |
| Email Id        | Email Id of the Authorized personal                                         |
| Country         | Country of origin                                                           |
| State           | State                                                                       |
| PAN             | PAN Number                                                                  |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://readme.dhee.ai/platform-reference/agent-settings/billing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
