> For the complete documentation index, see [llms.txt](https://docs.rainbird.ai/rainbird/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rainbird.ai/rainbird/knowledge-modelling/modelling-features/concepts/concept-instances.md).

# Concept instances

## Overview <a href="#rrbd42w32rgu" id="rrbd42w32rgu"></a>

For any given concept a concept instance is its data. You can think of concept instances as examples of the concept. i.e. given a concept of `Country`, the instances could be `France` or `Germany`.

Only concepts with a `string` data type allow you to create your own instances.

Concepts with a data type of `number`, `date` or `true/false` do not require instances to be explicitly created.

Opening a concept with a string data type will display an instances section and you can add instances like this:

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

## **Metadata**

Additional information about a concept instance can be added as metadata, if it is necessary to provide further context about it e.g. providing an explanation of a particular tax code.

This data can be presented to end-users, if required, when the instance is referenced in a question or a result from Rainbird.

The image below shows an example of Metadata added to a concept instance. This input can be expanded for large metadata:

![](/files/alR3fUmFKgtqa4OKqCpZ)

The below image shows an example of how the Metadata could be presented with a result:

![](/files/QKUseAMslWSBI7Lmtl3r)

This data can also be formatted using markdown. More details can be found on supported markdown [here](/rainbird/knowledge-modelling/modelling-features/other-features/markdown.md).


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.rainbird.ai/rainbird/knowledge-modelling/modelling-features/concepts/concept-instances.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
