# Technical specifications

## Knowledge Maps

### Concept instance (data) restrictions

| Feature                       | Limit                                                                    |
| ----------------------------- | ------------------------------------------------------------------------ |
| String length                 | 2000 characters                                                          |
| Character support             | UTF-8                                                                    |
| String character restrictions | Double quotes `"`                                                        |
| Number precision              | 15                                                                       |
| Largest positive number       | 999999999999999                                                          |
| Largest negative number       | -999999999999999                                                         |
| Date format                   | <p>Timestamp (in milliseconds) or</p><p>ISO 8601 format (YYYY-MM-DD)</p> |

## Queries

| Feature        | Limit                 |
| -------------- | --------------------- |
| Query depth    | 2,000,000             |
| Fact injection | 250 facts per request |


---

# 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.rainbird.ai/rainbird/knowledge-modelling/technical-specifications.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.
