# Welcome

Welcome to the Earthscale documentation. Here you will find guides and reference documentation to the [Earthscale web app](https://app.earthscale.ai) as well as the [Python](https://docs.earthscale.ai/python-api/getting-started) and [HTTP](https://docs.earthscale.ai/http-api/earthscale-http-api) APIs we offer.

{% hint style="info" %}
To try a free version of Earthscale, you can sign up at <https://app.earthscale.ai/signup>.
{% endhint %}

### Starting Points

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Get started with the Earthscale web app</td><td><a href="https://cdn.earthscale.ai/docs/assets/title.webp">https://cdn.earthscale.ai/docs/assets/title.webp</a></td><td><a href="quickstart">link</a></td><td><a href="quickstart">quickstart</a></td></tr><tr><td>Access your own data</td><td><a href="https://2565285527-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FarN1JFGInZYYYNhA61wM%2Fuploads%2Fgit-blob-86c5dfee2fb3538a6927a0c960b6b838f91f91d6%2Fearthscale-connections-dark.webp?alt=media">earthscale-connections-dark.webp</a></td><td><a href="https://github.com/earthscale/earthscale/blob/staging/docs/access-your-own-data.%0Amd">link</a></td><td><a href="access-your-own-data">access-your-own-data</a></td></tr><tr><td>Use Earthscale tile servers in your products</td><td><a href="https://2565285527-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FarN1JFGInZYYYNhA61wM%2Fuploads%2Fgit-blob-e82c9f249621281312b1bda2a179bffc7c0e9074%2Fearthscale-use.webp?alt=media">earthscale-use.webp</a></td><td><a href="https://github.com/earthscale/earthscale/blob/staging/docs/use-earthscale-tile-servers-in-your-products.md">link</a></td><td><a href="use-earthscale-in-your-products">use-earthscale-in-your-products</a></td></tr><tr><td>Get started with our Python API</td><td><a href="https://2565285527-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FarN1JFGInZYYYNhA61wM%2Fuploads%2Fgit-blob-4ca77a4011f13112f1b1ace03e20f9eb84ff90c0%2Fpreview-python.webp?alt=media">preview-python.webp</a></td><td><a href="../python-api/getting-started">link</a></td><td><a href="../python-api/getting-started">getting-started</a></td></tr><tr><td>Read detailed docs of our Python API</td><td><a href="https://2565285527-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FarN1JFGInZYYYNhA61wM%2Fuploads%2Fgit-blob-0ae473da8f861b85f2724a5e0f7d1fba810f994b%2Fpreview-python-ref.webp?alt=media">preview-python-ref.webp</a></td><td><a href="../python-api/python-api-reference/client">link</a></td><td><a href="../python-api/python-api-reference/client">client</a></td></tr><tr><td>Read detailed docs of our HTTP API</td><td><a href="https://2565285527-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FarN1JFGInZYYYNhA61wM%2Fuploads%2Fgit-blob-4cb2cdaad365031ec9658f621a311444bed6ac6f%2Fpreview-http.webp?alt=media">preview-http.webp</a></td><td><a href="../http-api/earthscale-http-api">link</a></td><td><a href="../http-api/earthscale-http-api">earthscale-http-api</a></td></tr></tbody></table>

### Onboarding

We are happy to schedule a short onboarding call to help solve your specific use case. You can book a time with us [here](https://calendly.com/d/cwp3-mtj-z6x/earthscale-onboarding-call). Also, feel free to reach out to us directly via Slack or [email](mailto:support@earthscale.ai) if you have any clarifying questions.


---

# 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.earthscale.ai/earthscale-documentation/readme.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.
