# SimKB

## Overview

HyperSkill has a powerful feature called SimKB that enables contextual question answering in simulations. AI Chat can answer questions based on information from the simulation, such as object locations or what the player is currently holding. Additionally, agents can automatically highlight objects in the scene to help the user.

## Usage

To use this feature, you will need access to AI Chat. All large language models support this feature, so feel free to select the model of your choice. To get started, simply enable the SimKB feature in the AI Chat[ edit panel](/ai/ai-chat/edit-mode.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.siminsights.com/ai/ai-chat/simkb.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.
