> For the complete documentation index, see [llms.txt](https://guide.indigo.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.indigo.ai/tech-deep-dives/your-project-token.md).

# Your Project Token

In this guide, you'll often see references to your **Project Token**—a key element for implementing advanced configurations. This token uniquely identifies your AI agents and is required for any API integration or script-based setup.

You can find your Project Token in the installation scripts available under the **Settings > Installation** tab in your workspace.

<figure><img src="/files/uxcPT8yZfeBF9x28Hxd2" alt=""><figcaption><p>Your project token</p></figcaption></figure>

{% hint style="info" %}
Throughout the documentation, we use the placeholders <kbd>`{{TOKEN}}`</kbd> or <kbd>`"project_token"`</kbd> to represent your actual token.
{% endhint %}

### Live vs Test Environments

In the Installation section, you’ll notice two different scripts:

* **Live Script**: This script connects to the **live environment**, which reflects the latest published version of your AI agents. It’s the version your end users will interact with.
* **Test Script**: This script connects to the **test environment**, which is automatically updated every time you make a change in the workspace. It represents the version of your AI agents visible in the preview. The test script is ideal for validating new features, testing workflows, or experimenting with configuration changes before pushing them live—without affecting your users' experience.

{% hint style="info" %}
Learn more about how live and test environments work in this article: [Configure Your AI Agents](/build-your-ai-agents/configure-your-ai-agents.md).
{% 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, and the optional `goal` query parameter:

```
GET https://guide.indigo.ai/tech-deep-dives/your-project-token.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
