# Note

{% tabs %}
{% tab title="Creating a Note" %}

### Creating a Note From Scratch

* **Select "From Scratch":**
  * After clicking on "Note," choose the "From Scratch" option to start creating your note manually.
* **Start Writing Your Note:**
  * Begin by entering an interesting title for your note in the provided space.
  * Use the text editor at the top to format your content. You can adjust text styles, add bullet points, and use other formatting tools to organize your note effectively.
* **Tools Available:**
  * **Text Formatting:** Change text style, size, and alignment.
  * **Bullet Points and Numbering:** Organize your thoughts or lists.
  * **Export Options:** When you're done, you can export your note using the "Export" button at the top right. You can choose to export as a PDF, Word document, or other formats.

<figure><img src="/files/zIXoGgwuuo1fKgO4J5AX" alt="" width="482"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Study Guide" %}

### Creating a Study Guide

* **Select "Upload Materials":**
  * After clicking on "Note," choose the "Upload Materials" option to begin creating a study guide.
* **Upload Your Class Materials:**
  * Click "Select Files" or drag and drop your class materials, such as PDFs, text files, or presentations, into the designated area.
* **Start the Process:**
  * Once your materials are uploaded, click "Next" to begin generating your study guide.
* **AI-Generated Study Guide:**
  * The AI will automatically process your materials and create a basic study guide, which you can review and use for your studies.

<figure><img src="/files/uevCei5hqPUCouSmT5KH" alt="" width="481"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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://guides.transcript.study/transcript-notebook/guides/materials/note.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.
