# Create your first deck

### 1. First step

You must sign up first to create your first deck.

{% hint style="warning" %}
You can't change your email address after signing up for now. We use that email to recover your password.
{% endhint %}

### 2. Create a deck

Click **"New deck"** button and input your deck's name. A deck should include notes in the same topic or category.

{% hint style="info" %}
A deck is a collection of notes. A special deck called "**Today**" will always appear on your home page, which contains all notes in a set of decks to do cross-deck learning.
{% endhint %}

### 3. In the deck, create as many notes as you like

Click **"New note"** button and input your note's content and accompanied quiz.

You can edit all the note's content after creating, as well as delete the note if you want.

{% hint style="info" %}
You can also [batch import ](/docs/tutorials/batch-import-notes-using-csv.md)notes using CSV files.
{% endhint %}


---

# 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://memoet.gitbook.io/docs/tutorials/create-your-first-deck.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.
