# Training & Testing your Model

As you add new expressions and entities to your AI model, you will notice a warning sign near the Train & Test section. The warning sign is alerting you that re-training is required.

To train your model just click on the "Train & Test" button on the left of the AI section. Xenioo training is very fast: your model train (or re-train) should be completed in a few seconds. After that, all your intents are ready to be tested.

To test your model, just type an expression in the evaluation text box and see what Xenioo AI is parsing as a result.

![](/files/-LeMqXYj4SFHPoFifcnF)

1. This is the parsed sentence. From here you can see what Xenioo AI engine is parsing and stemming your example expression. Entities are expressed by their own name in place of words.
2. This is the list of all intents that are processed and that have any relevance to the expression. Below each intent name you will see the expression that is triggering the intent. \
   If you have more than one intent triggering a 100% relevance you may end up having false positives or out of context answers. It may be a good idea to check your model or implement [priority ](/ai/intents.md#priority)or [topics](/ai/intents.md#topic).
3. This is the list of all the entities that have been found in the submitted expression noted both with main value and detected [synonym ](/ai/entities/synonims.md)(if any).&#x20;


---

# 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://docs10.xenioo.com/ai/testing-and-verifying.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.
