# Materials

* **Click "New":**
  * In the "Materials" section, click the "New" button on the right side of the screen.
* **Choose an Option:**
  * Select the type of material you want to create:
    * **Note:** Write notes or create a study guide.
    * **Lecture Session:** Let the app listen and take notes for you.
    * **Practice Set:** Create flashcards or a quiz in seconds.
* **Start Creating:**
  * Once you've selected the option, begin creating your material based on your chosen format.

<figure><img src="/files/fS7tndJbSFKoDorQwoIa" alt="" width="533"><figcaption></figcaption></figure>


---

# 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.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.
