# Signing Up and Signing In

## Signing Up

If you don't yet have a Cogram account, create an account [on Cogram's Sign Up page](https://app.cogram.com/auth/register/).

{% hint style="warning" %}
It's important to use the same email to sign up to Cogram that you use in your calendar to schedule and join meetings. Note that person emails (Gmail, Yahoo, etc) are not supported by Cogram.
{% endhint %}

After clicking "Sign Up", Cogram will send you a confirmation email to verify your email. Click on the link in the email to confirm your account.

If you do not receive a confirmation email within a few minutes after registering, please contact <support@cogram.com>.

Head to the [Sign In](https://app.cogram.com/auth/login) page to log in.

## Signing In

To sign in, enter the email and password you used to sign up.\
\
When you're logging in for the first time Cogram will prompt you to go through basic set up steps and a short tutorial. Follow the on-screen tooltips to learn how to invite Cogram for note-taking in a virtual meeting and how to view Cogram's notes after a meeting.


---

# 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://docs.cogram.com/guides/signing-up-and-signing-in.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.
