# Agent Training Tab

## Agent Instructions Tab

The Agent Instructions Tab is where you'll be able to edit the prompting and the AI Agents Information

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

## Ability to go to previous Agent version.

Whenever you save your prompting a version is uploaded and saved as a backup to return to.

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

## Custom Agent Prompting & Optimization

You are able to create your own Agent prompting and customize it as you wish.

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

&#x20;If you are less experienced and feel unsure raia AI can optimize it for you. By simply clicking on the Optimize with AI button.

<div align="center"><figure><img src="/files/fRSg7e9Q0obv3KZeabmN" alt="" width="104"><figcaption></figcaption></figure></div>

Doing so will optimize your prompting to what is the standard for AI Prompting, even after doing so you are free to edit it as you need.

## Ability to Add Packs

With raia even after the creation of the agent, you are still able to add Information Packs.

<figure><img src="/files/3ig9SdAcEf9QojQN08rk" alt=""><figcaption></figcaption></figure>

## Ability to add documents & disable them as needed.

With raia you have the ability to uploads documents as you please, ranging from Json, Pdfs, etc.

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

As well as you have the ability to disable and enable as you please after importing them and if needed deleting them.

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

## Advanced Settings

This tab allows you to fine-tune your AI agent’s behavior by adjusting model settings like creativity (Temperature), response diversity (Top\_P), and enabling features like file search, JSON output, or code interpretation. It also links the agent to a specific Assistant ID and Vector Store for personalized memory and file-driven responses.

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

## GPT Model

The GPT model you choose determines the intelligence, speed, cost, and capabilities of your AI agent, directly affecting how well it understands and responds to users. Selecting the right model—whether lightweight for efficiency or advanced for complex reasoning—ensures the agent aligns with your specific goals and performance needs.

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

## AI Agent Creativity

The Creativity (Temperature) setting controls how random or creative the AI’s responses are—lower values (0.2–0.5) produce more focused, predictable answers, while higher values (0.7–1.0) generate more diverse and imaginative output. Adjusting this lets you tailor the AI's tone and response style to match your use case, from technical accuracy to conversational flair.

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

## AI Agent Randomness

Top\_P, or nucleus sampling, controls how many of the most likely words the AI considers when generating a response—lower values (0.1–0.5) keep outputs focused and structured, while higher values (0.7–1.0) allow for more open-ended and varied responses. Adjusting Top\_P helps balance precision versus creativity based on your AI agent’s intended role.

<figure><img src="/files/8OM8kzCUIBPW836O6wGZ" alt=""><figcaption></figcaption></figure>

## AI Agent Functionality

These settings allow you to enhance the AI agent's functionality: **Use File Search** lets the agent retrieve information from uploaded documents, **Output JSON** enables responses in a structured data format, and **Code Interpreter** (when enabled) allows the AI to perform calculations, data analysis, or code-related tasks. Toggling these options customizes how the AI processes and delivers responses based on your use case.

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

## Assistant ID & Vector Store ID

The **Assistant ID** uniquely identifies a specific AI agent configuration, linking it to its custom instructions, capabilities, and behavior. The **Vector Store ID** connects the agent to a vector database where embedded knowledge from documents is stored, enabling the AI to retrieve relevant information during conversations.

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

## **Vector Store Recreation**

The **Update Vector Store** option allows users to delete and recreate an existing vector store in one step. This is especially useful when major changes have been made to the source data, ensuring the store reflects the most current and accurate information. When this option is triggered, the system removes the old vector embeddings and regenerates them from the updated data set. This process helps maintain optimal search accuracy, content relevance, and system performance without requiring manual deletion followed by a separate recreation step.

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

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

## [Agents Tab Full Showcase](https://www.youtube.com/watch?v=FE4Stzy5fTk)

{% embed url="<https://www.youtube.com/watch?v=FE4Stzy5fTk>" %}


---

# 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.raiaai.com/raia-cx/agent-management/agent-training-tab.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.
