> For the complete documentation index, see [llms.txt](https://docs.toolregistry.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.toolregistry.ai/basics/integrations/integration-instructions.md).

# Integration instructions

#### Persistent guidance

Integration specific agent instructions are included in every AI run that uses that integration. Use it to fill in context the AI cannot discover on its own, or to correct behavior you've observed going wrong consistently.

#### When to use&#x20;

Only add instructions if you've experienced specific undesired behavior or the AI is missing context it consistently needs. Leave blank if things work as expected.

**What to put here**

* Domain terminology or entity relationships unique to this system (e.g. "user" in this API means a tenant; tenants belong to units, units belong to projects)
* Persistent defaults you always want applied regardless of the task (e.g. "default ticket status on creation is new")
* Account-specific structure the AI cannot discover from the API alone

**What not to put here**

* Task-specific instructions — those belong in the run intent or context
* Procedural steps for how to do things, unless that exact behavior is needed in every run without exception. Because these instructions are always present, procedure that conflicts with the current task or triggers unnecessary actions leads to worse results. Prefer describing what things are over how to handle them

#### Format

Plain text or simple markdown. One bullet or sentence per rule. Shorter is better.

**For managed integrations**

Global guidelines for this integration type are already present and applied automatically — you don't see them and your instructions don't replace them. What you write here is added on top, so focus on what is specific to your account or connection.


---

# 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://docs.toolregistry.ai/basics/integrations/integration-instructions.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.
