> For the complete documentation index, see [llms.txt](https://docs.shiptify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shiptify.com/general-overview/introduction/environments.md).

# Environments

Shiptify offers two separated environments for API connections:

* IAGO : Q\&A Environment
* Production: Production Environment

For each one, you will be required a dedicated account and therefore 2 separated API Keys.

Please refer to *before you start* section regarding the API keys.

### IAGO Environment

* IAGO API Docs access : <https://api-docs.iago.shiptify.com/>

{% hint style="info" %}
API docs may take some time to load when you land on the website page. Available endpoints appear after the page is loaded.
{% endhint %}

* IAGO platform access : <https://iago.shiptify.com/>

IAGO is our Q\&A environment. IAGO Environnement is an exact copy of Production environnement except for data. You can use this environnement to test your connections and workflows.

### Production Environment

* API Docs access : <https://api-docs.shiptify.com/>

{% hint style="info" %}
API docs may take some time to load when you land on the website page. Available endpoints appear after the page is loaded.
{% endhint %}

* Shiptify’s platform access : <https://shiptify.com/>


---

# 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.shiptify.com/general-overview/introduction/environments.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.
