# Getting Started

Setting up your development environment is a breeze with Cosmocloud. Enjoy a seamless and straightforward process, making development a piece of cake.\
\
You can quickly create your new Cosmocloud account by [**signing up**](https://dashboard.cosmocloud.io/sign-up) from here.

{% hint style="info" %}
You would need a unique username to create your account.
{% endhint %}

## Let's start creating on Cosmocloud

1. [<mark style="color:blue;">Creating Organisations</mark>](/getting-started/1.-organisations.md)
2. [<mark style="color:blue;">Creating Projects</mark>](/getting-started/2.-projects.md)
3. [<mark style="color:blue;">Connecting your Database</mark>](/getting-started/3.-connect-your-database.md)
4. [<mark style="color:blue;">Creating Database Models</mark>](/getting-started/4.-create-database-models.md)
5. [<mark style="color:blue;">Creating APIs</mark>](/getting-started/5.-create-apis.md)
6. [Testing Free Tier APIs](/getting-started/6.-testing-free-tier-apis.md)


---

# Agent Instructions: 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.cosmocloud.io/getting-started.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.
