> For the complete documentation index, see [llms.txt](https://docs.userhelp.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.userhelp.co/getting-started/creating-your-first-project.md).

# Creating your first project

## 1. Creating an account

The first step is to sign up for an account. Available options include signing up through email or with Google.

[Sign up here](https://app.userhelp.co)

<figure><img src="/files/f2gfIBQFs4Dk4mC5lXgf" alt=""><figcaption><p>Auth screen</p></figcaption></figure>

## 2. Create a project

Then, with your new account, go ahead and create your first project by clicking the “New Project” button on the top left corner

<figure><img src="/files/teuTFnvgJooTqOvTo0eQ" alt=""><figcaption><p>Create a project</p></figcaption></figure>

{% hint style="info" %}
And just like that, you now have a working project. Go to the next guide to see how to customize your feedback button and integrate it into your site.
{% endhint %}


---

# 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:

```
GET https://docs.userhelp.co/getting-started/creating-your-first-project.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.
