# Taxonomy

### Definition

A taxonomy is a list of options from which a user chooses one or more as an answer. It is mostly used for information of [type](/guides/glossary/information-types.md) 'List'.

### Example:

For the information 'Country of Residence', the taxonomy 'Countries' can be used as the list of options to choose an answer from. The same taxonomy can additionally be used for the information 'Nationality'. It generally makes sense to define values in taxonomies if they are or can be used for multiple pieces of information.


---

# 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.atfinity.io/guides/glossary/taxonomy.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.
