> For the complete documentation index, see [llms.txt](https://neutron-4.gitbook.io/neutron-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://neutron-4.gitbook.io/neutron-docs/how-to-guides/generate-context-with-context-studio.md).

# Generate Context (with Context Studio)

#### Step 1: Select Seeds

1. Go to your **Dashboard → Seeds** tab.
2. Use the checkboxes to select two or more Seeds on the same topic.

***

#### Step 2: Generate Context

1. Click **Generate Context** in the top-right corner.
2. When prompted, give your context a short, clear name like *“Investor Summary”* or *“DePIN Research.”*

***

#### Step 3: Review in Context Studio

You’ll be redirected to **Context Studio**, where you can:

* View all combined content in one scrollable view.
* See token count and total word length.
* Check how many Seeds were merged.
* Copy, query, or save the new context.

***

#### Step 4: Copy or Query

You can:

* Copy the full context to paste into another AI.
* Switch to **Query Seeds** to ask questions directly with **myNeutron Assistant**.

> **Tip:** Each Combined Context acts as a focused dataset.\
> Use one per topic, project, or report for cleaner and more accurate results.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://neutron-4.gitbook.io/neutron-docs/how-to-guides/generate-context-with-context-studio.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
