> For the complete documentation index, see [llms.txt](https://docs.udara360.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.udara360.io/udara360-docs-1/getting-started/environment.md).

# Environment

### **Environments**

We utilise identical API endpoints for our test and production environments for convenient testing and development with udara360. The sole distinction lies in the URL used for API calls.

<table><thead><tr><th width="172">Environment</th><th width="282">URL</th><th>Description</th><th data-hidden>Detail</th></tr></thead><tbody><tr><td>Test Base</td><td><a href="https://openapi.test.udara360.io">https://openapi.test.udara360.io</a></td><td>Udara360 Test base url</td><td></td></tr><tr><td>Production</td><td>------------------------------------</td><td>The base URL for live deployment on udara360.<br><br><mark style="color:orange;">This is only available upon request by the developer</mark></td><td></td></tr></tbody></table>

{% hint style="info" %}
**Note**: Production access requires IP Address whitelisting
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.udara360.io/udara360-docs-1/getting-started/environment.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.
