# \[Do Not Use - Old Format] - How To Decide on an Entity ID ?

**How To create or decide on an Entity ID value in the onboarding request ?**

* An **Entity ID** is a unique identifier that represents a specific entity such as an FIU (Financial Information User), AA (Account Aggregator), or FIP (Financial Information Provider). It should follow a clear, readable naming convention that helps identify the entity.
* Best practice for naming Entity IDs:\
  Use a suffix-based naming convention like:
  * **For FIUs: XYZ\_FIU**
  * **For AAs: ABC\_AA**
  * **For FIPs: AXBYCZ\_FIP**
* For Lower environments you can even add the environment name as well&#x20;
  * **For FIU : XYZ\_UAT\_FIU or XYX\_SANDBOX\_FIU**
  * **For AA : ABC\_UAT\_AA or ABC\_SANDBOX\_AA**
  * **For FIP : AXBYCZ\_UAT\_FIP or AXBYCZ\_SANDBOX\_FIP**
* Ensure that the Entity ID is a unique and easily recognisable name of the organisation that is getting onboarded. It can include letters, numbers, or symbols, but a simple and meaningful string is recommended.
* **Do note,** the above examples and recommendations **use an underscore** ( \_ ) as the **delimiter**. You **can also use hyphens** ( - ) if preferred.


---

# 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://developer.sahamati.org.in/how-to-guides/do-not-use-old-format-how-to-decide-on-an-entity-id.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.
