# Creating Seeds

You can create Seeds in different ways, depending on what you want to capture.\
Each method turns your data into structured, AI-ready knowledge.

***

#### 1. Chrome Extension

**Best for:** Capturing web content, highlights, or snippets.

**Steps:**

1. Visit any webpage.
2. Click the **myNeutron Chrome Extension** icon.
3. Choose one of the following:
   * **Save Page:** Captures the full webpage.
   * **Save Selection:** Captures only highlighted text.
4. A confirmation popup appears, and the Seed is created automatically.
5. Check it in your **Dashboard → Seeds** tab.

**Instant Sync:**\
The new Seed appears immediately in your Dashboard and is ready for combining or querying.

**Use Case Examples:**

* Save a research article.
* Capture a product comparison snippet.
* Bookmark a guide or thread without copying links.

***

#### 2. Uploads (Text and Files)

**Best for:** Notes, documents, images, or presentations.

**Steps:**

1. Go to your **Dashboard → Add New Seed.**
2. Choose between:
   * **Text:** Add a title and paste or write your text.
   * **File:** Upload PDFs, DOCX, PPTX, XLSX, JPG, or PNG.
3. Click **Add Seed.**

Each upload becomes a fully searchable Seed.

**Tip:**\
myNeutron automatically extracts and indexes text inside PDFs and images for deeper semantic search.

***

#### 3. Gmail and Drive Integration

myNeutron lets you connect Gmail and Google Drive to create Seeds automatically.\
You can now control these connections directly through **Manage Permissions** in your account settings.

#### Access Manage Permissions

1. Go to your **Dashboard.**
2. Click your profile name in the top-right corner.
3. Select **Account → Manage Permissions.**
4. You will see two options:
   * **Google Drive:**
     * Allows storing Seeds in your Drive.
     * Allows importing Drive files as Seeds.
   * **Gmail:**
     * Allows importing emails and attachments as Seeds.
5. Select the permissions you want to enable and click **Save.**

#### Manage Connected Accounts

* Your connected Google account appears under **Login Methods.**
* To manage access, click **Manage Permissions** beside your email.
* You can connect another Google account by clicking **Add Method.**

#### Notes

* All imported data is private and visible only to you.
* You can disable Gmail or Drive integration anytime from **Manage Permissions.**
* Changing permissions updates your integrations instantly.


---

# 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/seeds-the-foundation-of-myneutron/creating-seeds.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.
