# Reigent Factory

By visiting (Closed Beta Testers only) You will land on the factory's interface\
Click on Create at the top right to start.

<figure><img src="/files/6z6ct3NlZLKOi2MK3cyh" alt=""><figcaption></figcaption></figure>

Here you can start the customization of your agent. The name is fixed and progressive across all users.

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

**Behavior Prompt** is used to give an initial imprint to your agent: specialized units perform better at their task from the start, compared to broad use agents that needs time and interactions to "learn".\
Select the Text Engine you desire, temperature and Max Tokens (those 2 parameters only reflects on the "freedom of expression" of the text engine).

**Response** is relevant only for API use and it determines how you like to get your response: soon you'll be able to get just structured data as an answer, to seamlessly integrate your agent in your applications with a defined schema.

Click Create again and your agent is ready to answer you.

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

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

You can modify the behavior and the other parameters clicking on the left sidebar, three dots next to the target unit, Edit Agent

<figure><img src="/files/nKTeaAh4zE4foKpC6Ku0" 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://0xreisearch.gitbook.io/0xreisearch/factory-and-core-api-sdk-cross-framework/reigent-factory.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.
