> 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/quickstart.md).

# Quickstart

## Before you start

Make sure your company has an active Cogram trial or subscription. Contact <sales@cogram.com> if you're new to Cogram, and we'll get you set up with a free trial.

## Getting Started

### 1. Create your Cogram account

[Register your account](https://app.cogram.com/auth/register) using your business email. Your email should match the email that you use to schedule meetings in your Outlook or Google calendar. Signups with personal emails are not supported.

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 and sign in.

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

### 2. Connect your calendar

After signing in the first time, enter your first and last name and click continue. Cogram will then prompt you to connect a Google or Outlook calendar.

You can also use the drop-down to enable Cogram to automatically join your meetings for note-taking. Select the calendar you use and sign in to your calendar to confirm the integration.

If you need IT permissions to connect a calendar, follow these [instructions](/administration/authorizing-calendar-integration.md).

### 3. Go through Cogram's Quickstart 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.

### 4. Invite Cogram to a first virtual meeting

To invite Cogram to a virtual meeting for note-taking, open **Meetings** in the left sidebar and go to the [Invite Cogram page](https://app.cogram.com/dashboard/meetings/schedule). Click on any blue calendar event and toggle "Attend".

When a meeting starts, Cogram joins and transcribes the conversation. When your meeting ends, Cogram creates a meeting summary, bullet points, and action items and sends them to your email inbox.

You can also invite Cogram to meetings by adding <mark style="color:blue;"><invite@cogram.com></mark> to any event in your Outlook or Google calendar, or by forwarding a meeting invite to that email.

### 5. Export Cogram's meeting minutes

To view Cogram's notes after a meeting, open **Meetings** in the left sidebar and head to Cogram's [Meetings page](https://app.cogram.com/dashboard/meetings).

Open a meeting to view Cogram's Executive Summary, meeting attendees and invitees, a detailed Summary, structured Bullet Point notes, and action items.

Click "Download" at the top right hand side to select a Word (.docx) template to export Cogram's notes into.

### 6. Download Cogram's mobile app for in-person/on-site meetings

To record in-person meetings and create field reports on site visits, head to the iOS App Store or Google Play store and search for "Cogram". You can also open the **Help** menu at the bottom of the left sidebar and select "Get the mobile app" to scan a download QR code.

Sign in with your account and you are ready to [record in-person meetings](/guides/in-person-meetings.md) and [create field reports](/guides/field-reports.md) with observations, photos, and drawing pins. See [Cogram on Your Phone](/guides/mobile-app.md) to get oriented.

***

\
To get help as you're getting started with Cogram, reach out to <support@cogram.com>. We'll respond within 24 hours.


---

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