> For the complete documentation index, see [llms.txt](https://guides.transcript.study/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.transcript.study/transcript-notebook/guides/materials/note.md).

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