> For the complete documentation index, see [llms.txt](https://docs.cometh.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cometh.io/quick-start/getting-started.md).

# Getting started

You want to try Cometh Connect ? [Request your access to the dashboard](https://app.cometh.io/register?product=connect\&utm_source=doc)

In this tutorial, we'll create a smart wallet and execute a transaction to increment a counter smart contract, using Cometh Connect.&#x20;

## Get Access to Cometh Connect

To use Cometh Connect, the first step is to get your api keys at [https://app.cometh.io](https://app.cometh.io/login?callbackUrl=/dashboard). If this is your first time using Cometh Connect, please [reach out](https://calendly.com/aurelien-gm/30min?utm_source=alembic-dashboard-marketplace) so we can set you up with a Connect account and apiKey.

<figure><img src="/files/UQdVG7pU0NUsMZTGIwAm" alt="" width="470"><figcaption></figcaption></figure>

## Setting up your project

Once you validate the email registration, you'll have access to that panel:

<figure><img src="/files/AcwfoYbQbR503xyxiuTb" alt="" width="563"><figcaption></figcaption></figure>

By choosing Connect, you'll be able to create your first Cometh Connect project. For this tutorial, we will create a project on the Polygon testnet network.

<figure><img src="/files/b6adPFO8jfZKtweZVQ3U" alt="" width="468"><figcaption></figcaption></figure>

You will then have access to your dashboard.

## Get your API Keys

On your dashboard, you can click on the apiKey button to access all your project's credentials.

<figure><img src="/files/Rq0VZqp8mhbvlmiv6Pk2" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/LTr4XoeVB5fBfOi3yI57" alt="" width="436"><figcaption></figcaption></figure>

You now have your project API key, congrats ! It will be used in your front-end to authenticate public API calls.

## Test the boilerplate

Going back to the apiKey button, by clicking on the getting started button you'll be able to download the tutorial repository and start trying it out !

<figure><img src="/files/WZTah2WFLvSIEiGLQLta" alt=""><figcaption></figcaption></figure>

Once done, you can run the examples using bun:

{% hint style="info" %}
The project runs on bun, you might need to [install bun](https://bun.sh/docs/installation\)) if you do not have it already:For each example, you'll have to create an env file with the associated values:
{% endhint %}

```
bun install
bun dev
```

You can now go and test the demo live, here is what you should be able to do:

<figure><img src="/files/5OlPWY3b1p4T3lKW7Z30" alt=""><figcaption></figcaption></figure>


---

# 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.cometh.io/quick-start/getting-started.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.
