> For the complete documentation index, see [llms.txt](https://docs.tonic.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tonic.ai/textual/entity-types/entity-type-custom-model/model-entity-type-new.md).

# Starting a new model-based type

To start a new custom entity type:

1. On the **Additional Entity Types** page, click **Add Custom Entity Type.**
2. On the **Add Custom Entity Type** panel, click **Model-based**, then click **Next**.

<figure><img src="/files/4NpJ5bhve9vqMUOdtnaQ" alt=""><figcaption><p>Panel to select the type of custom entity type to create</p></figcaption></figure>

2. On the next panel, in the **Custom entity type name** field, provide a name for the custom entity type.
3. In the **Annotation guidelines** text area, provide instructions for how the model should identify values that you want to find. This is the first version of the model guidelines.

<figure><img src="/files/m4cFIQaqhpr9kGBc1JJs" alt=""><figcaption><p>Panel to provide the name and initial guidelines for a model-based custom entity type</p></figcaption></figure>

4. Click **Next**.

Textual displays the **Test data setup** page.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.tonic.ai/textual/entity-types/entity-type-custom-model/model-entity-type-new.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.
