# Deploy

Consider your new AI agent as a member of your team. You can assign them to issues you'd like them to take a look at. This means you have full control of which customer issues your AI agent interacts with.

## Manual Assignment

You can also assign an individual issue to your AI agent, the same way you might normally assign an issue to a team member.

## Automated Assignment

You can use a feature like [Triggers](/pylon-docs/platform/triggers.md) to granularly scope which issues your AI agent interacts with.

As defined by your setup, if your AI agent is unable to answer a question, it will follow your escalation workflow and reassign the issue.&#x20;

<figure><img src="/files/XwSXXcJl69AMqiTVpEAg" alt=""><figcaption></figcaption></figure>


---

# 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://docs.usepylon.com/pylon-docs/ai-agents/deploy.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.
