# Script Entities

Entities are the various elements that build a script, either as a Question to gather information or dictate the direction of the script, or as an Action which would be the result of a question being answered in a particular way.

Each type of entity will need to be created before it can be added to a script (although using Quick Editing you can dynamically build components whilst you script away). To access Entities, select the required Entity from the Main Menu:

<figure><img src="/files/NEAvDvxV6yumGVZXpEN1" alt=""><figcaption><p>Entities from the Main Menu</p></figcaption></figure>

Once you are in Edit mode, the different types of entities can be selected from the ‘**Item Type**’ of the Navigation Pane:

<figure><img src="/files/eUZOPpirXAPHgSbJ7mCS" alt=""><figcaption><p>Entities from the Item Type menu</p></figcaption></figure>

### See Also

* [Databoxes](/product-suite/admin/entities/databoxes.md)
* [Questions](/product-suite/admin/entities/questions.md)
* [Asset Data](/product-suite/admin/entities/asset-data.md)


---

# 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.keyfax.biz/product-suite/admin/entities.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.
