# How To

- [Configure your Knowledge Graph Schema](https://docs.biobox.io/guide/how-to/configure-your-knowledge-graph-schema.md): How to customize your knowledge graph schema
- [Format Internal Data For Uploading](https://docs.biobox.io/guide/how-to/configure-your-knowledge-graph-schema/format-internal-data-for-uploading.md): How to use our python data adapters to format internal data to upload.
- [Upload Internal Data](https://docs.biobox.io/guide/how-to/configure-your-knowledge-graph-schema/upload-internal-data.md): How to add internal data to your graph through the creation of a data package.
- [Create Prioritization Graph Models](https://docs.biobox.io/guide/how-to/create-prioritization-graph-models.md): How to create a graph model to prioritize data points
- [Generate Reports](https://docs.biobox.io/guide/how-to/create-prioritization-graph-models/generate-reports.md): How to leverage you graph models to generate reports for the purposes of target prioritization, indication selection and more.
- [Pathway Enrichment](https://docs.biobox.io/guide/how-to/create-prioritization-graph-models/pathway-enrichment.md): How to run pathway enrichment analysis on the genes returned in you graph model report.
- [Use the Graph Explorer](https://docs.biobox.io/guide/how-to/use-the-graph-explorer.md): How to traverse your knowledge graph to explore specific objects
- [Running Graph Algorithms](https://docs.biobox.io/guide/how-to/use-the-graph-explorer/running-graph-algorithms.md): How to run graph algorithms to identify paths and prioritize data points.
- [Save Graph Explorer Sessions](https://docs.biobox.io/guide/how-to/use-the-graph-explorer/save-graph-explorer-sessions.md): How to save sessions and access previously saved sessions
- [Ask multi-modal questions](https://docs.biobox.io/guide/how-to/ask-multi-modal-questions.md): How to use Query Language or Natural Language to interrogate your custom knoweldge graph
- [Ask questions with Natural Language (GraphRAG)](https://docs.biobox.io/guide/how-to/ask-multi-modal-questions/ask-questions-with-natural-language-graphrag.md): How to use GraphRAG to ask questions with natural language.
- [Use Agent Orion to generate a query with Natural Language](https://docs.biobox.io/guide/how-to/ask-multi-modal-questions/ask-questions-with-natural-language-graphrag/use-agent-orion-to-generate-a-query-with-natural-language.md): How to use natural language to generate complex biological queries with Agent Orion
- [Use Agent Iris to converse with your data](https://docs.biobox.io/guide/how-to/ask-multi-modal-questions/ask-questions-with-natural-language-graphrag/use-agent-iris-to-converse-with-your-data.md): How to converse with your data
- [Ask questions with Query Language](https://docs.biobox.io/guide/how-to/ask-multi-modal-questions/ask-questions-with-query-language.md): A comprehensive breakdown of how to use the query language
- [Customize the data table returned with your query](https://docs.biobox.io/guide/how-to/ask-multi-modal-questions/ask-questions-with-query-language/customize-the-data-table-returned-with-your-query.md): How to customize the data table returned with your query.
- [Explore and understand your results](https://docs.biobox.io/guide/how-to/ask-multi-modal-questions/ask-questions-with-query-language/explore-and-understand-your-results.md): How to explore and interpret the results returned from the Query Language
- [Visualize data returned in Query Language](https://docs.biobox.io/guide/how-to/ask-multi-modal-questions/ask-questions-with-query-language/visualize-data-returned-in-query-language.md): How to visualize the data returned in a query language search in an interactive plot.
- [Modify Queries using the Query Editor](https://docs.biobox.io/guide/how-to/ask-multi-modal-questions/ask-questions-with-query-language/modify-queries-using-the-query-editor.md): How to edit queries using the Query Editor


---

# 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.biobox.io/guide/how-to.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.
