# Coming soon

#### **Top-K search range**

The **Top-K search range** parameter in Blockbrain's RAG retrieval settings (Bot Settings → AI Models → Configure Model Modifiers → Search Range) is being expanded, allowing users to retrieve up to **50, 100, or more** documents for more comprehensive AI responses. This enhancement is especially valuable for large knowledge bases where a higher document retrieval count is critical to ensuring accurate and complete results.

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


---

# 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.blockbrain.ai/news/coming-soon.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.
