# Knowledge Graph Expert - Standalone

The KnowledgeGraphExpert enables knowledge based conversational question answering. The behaviors supported by this expert include:

* Finding objects in the scene by name by saying utterances like “where is the desk”
* Using context clues about an item to identify other objects in the scene, i.e. What is the object to the left of the bin?
* Able to provide specific details about an object, i.e. How much does the box weigh?


---

# 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/conversational-ai/helpful-terminology-for-conversational-ai/experts/list-of-experts-developed-so-far/knowledge-graph-expert-standalone.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.
