# Querying Combined Contexts

Once you’ve grouped multiple Seeds into a **Combined Context**, the myNeutron Assistant can analyze it directly.

***

#### Step 1. Open Context Studio

* Go to **Dashboard → Seeds → Generate Context.**
* After creating a Combined Context, click **Query Seeds** at the top of **Context Studio.**

***

#### Step 2. Ask a Question

Type a natural-language query such as:

> “Summarize the key insights from these reports.”\
> “Compare the two proposals in this context.”\
> “Highlight all mentions of Vanar integration.”

The Assistant reviews your selected Seeds and returns answers with direct source references.

***

#### Step 3. Iterate

Keep asking follow-up questions within the same context to refine insights or explore deeper connections.

> **Tip:** Focus each Combined Context on a single topic or project (for example, *Investor Updates 2025*) for sharper, more accurate results.


---

# 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://neutron-4.gitbook.io/neutron-docs/getting-started/myneutron-assistant/querying-combined-contexts.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.
