# AI Readiness Score

The AI Readiness page in AI Manager provides a comprehensive analysis of how well AI understands your activated datasets.

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

## AI Readiness Score Calculation

The score considers both notes and column descriptions.

Here's the formula:

50% Column Descriptions:

* The percentage of your columns that AI has a confident or human reviewed description for

50% Dataset Notes

* A weighted score of coverage across all 3 notes categories for each activated dataset


---

# 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.rasgoml.com/rasgo-docs/using-rasgo/ai-readiness-score.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.
