# Create Agent

<figure><img src="https://4270573731-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPD5pBqGI9shvhtXlZ9t2%2Fuploads%2FtiXNyQJDE9POacFTflyX%2FScreenshot%202024-10-05%20at%202.20.28%E2%80%AFPM.png?alt=media&#x26;token=14bbdad0-7cf2-4010-aa2b-089645596dfe" alt=""><figcaption></figcaption></figure>

Creating an AI agent requires that you give your agent a suitable name for identification. FIll in the general information about what the agent is meant for and what it an do or not do.

{% hint style="info" %}
If you plan to use functions, you can include an ordered list of steps of the functions the agent can perform. You can checkout [included examples](https://docs.vorsto.io/getting-started/broken-reference) in this documentation
{% endhint %}


---

# 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.vorsto.io/getting-started/create-agent.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.
