> For the complete documentation index, see [llms.txt](https://docs.coherence.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coherence.io/0.9/get-started/create-an-account.md).

# Create a free account

## Cloud deployment - video tutorial

{% embed url="<https://youtu.be/NoOZ8g7LDYg>" %}

Now that we have tested our project locally, it's time to upload it to the cloud and share it with our friends and colleagues. To be able to do that, we need to create a free account with **coherence.**

## **Sign up or log in**

In your web browser, navigate to [https://**coherence.io/dev**](https://coherence.io/dev)**.**

**Create an account** or log into an existing one.&#x20;

## Login through Unity

### Open Unity

Open Unity and open the *Coherence Hub* window. Then open the *Portal* tab.

![Login to Portal](/files/b6QSko7I0gSB788IF9eJ)

### Login to Portal

After pressing *Login* you will be taken to the login page. Simply login as usual, and return to Unity.

![Login](/files/IvVrrodWPX0KEm0ABcst)

### Select Organization and Project

You are now logged into the Portal through Unity. Select the correct *Organization* and *Project*, and you are ready to start creating.

![Choose Organization and Project](/files/DJ0wUrdyHv103dbStr0y)


---

# 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.coherence.io/0.9/get-started/create-an-account.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.
