# Try Pre-Built DXAs

### Overview

When you get in **Aitomatic DXA Factory**, you can either create your own agent or interact with a pre-built one to get familiar with the app. As of July 2024, there are 3 available pre-built agents: ‘Finance Bench’, ‘3D Printing’, and ‘Steel Manufacturing’.

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

### Benefits

* Understand **Aitomatic DXA Factory**’s capabilities by interacting with pre-built agents without the need to create your own agent from scratch.
* Shorten the learning curve by seeing the pre-built agents in action, making it easier for you to create and manage your own **Domain Expert Agents** effectively.

### Step 1: Select Agent

Start exploring by selecting either a pre-built agent (‘Finance Bench’, ‘3D Printing’, and ‘Steel Manufacturing’) or create your own agent.

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

### Step 2: View Agent Details

See the agent's detail page, including name, description, and documents. Press "Next" to chat with the agent.

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

### Step 3: Chat with Agent

Chat with the agent using suggested questions. Turn on AI Reasoning to see how the agent breaks down tasks to solve problems.

<figure><img src="/files/83USuC2hjGSr275kX9mW" alt=""><figcaption><p>Chat with the agent</p></figcaption></figure>

<figure><img src="/files/Otap40LSDKPLBH5XhEuB" alt=""><figcaption><p>Agent breaks down tasks when AI Reasoning is turned on</p></figcaption></figure>

### Step 4: Evaluate Agent

On the Evaluation screen, view the sample dataset and click 'Run Evaluation'. Review the results, including correct and incorrect answers.

<figure><img src="/files/m8WQ1hOSNQmrZupeLIef" alt=""><figcaption><p>Sample dataset</p></figcaption></figure>

<figure><img src="/files/LZvzzXh67sbOqTGItf8Q" alt=""><figcaption><p>The result after evaluating sorted out unsatisfactory answers</p></figcaption></figure>

Analyze incorrect answers and provide additional knowledge to the agent by adding a sample knowledge set. Click “Fill” to enhance the agent's knowledge.

<figure><img src="/files/CknwHtmfDZhvvCvdGKjT" alt=""><figcaption><p>Adding extra knowledge</p></figcaption></figure>

See the improvements in the agent's accuracy after injecting knowledge. Note the significant improvement in performance.

<figure><img src="/files/c7NsojPF635dWKK6UHsk" alt=""><figcaption><p>The result after adding knowledge</p></figcaption></figure>

### Step 5: Setup Workspace and Invite

Complete the onboarding process by setting up your own workspace and inviting team members to join.

<figure><img src="/files/x0Hc1PbrO9DIhe12d43M" alt=""><figcaption><p>Create a new workspace</p></figcaption></figure>

<figure><img src="/files/fE7u8xqo7lL9AY4o5Zpv" alt=""><figcaption><p>invite members</p></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.aitomatic.com/dxa-factory-user-guide/domain-expert-agent-dxa/try-pre-built-dxas.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.
