> For the complete documentation index, see [llms.txt](https://docs.cogram.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cogram.com/guides/signing-up-and-signing-in.md).

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

<figure><img src="/files/IgGsIgOM0CphcCC78jVQ" alt="The Cogram sign up page with email, password, and confirm password fields, plus Google and Microsoft sign-up options"><figcaption><p>The sign up page</p></figcaption></figure>

{% 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 personal email addresses (Gmail, Yahoo, etc.) aren't supported, so use your work email.
{% 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

<figure><img src="/files/yXGgFmo4C2XRWnsNj8T9" alt="The Cogram sign in page with email and password fields, plus Google, Microsoft, and SSO sign-in options"><figcaption><p>The sign in page</p></figcaption></figure>

To sign in, enter the email and password you used to sign up.

On your first login, Cogram walks you through basic setup 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
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://docs.cogram.com/guides/signing-up-and-signing-in.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.
