# Quick Start Guide

## Sign up to Authopia

Go to [authopia.io](https://authopia.io/), sign up, and start using the service right away. We will create 'Sandbox' project for local development where you will receive a customer ID and a project ID. You can also create a separate project for production when you are ready. If you experience any issues, please contact us via <info@authopia.io>.

## Next steps

1. Begin by [integrating the Authopia widget into your front-end](https://developers.authopia.io/docs/front-end/front-end-integration-overview).
2. Next, [integrate Authopia into the back-end](https://developers.authopia.io/docs/back-end/back-end-integration-overview).
3. Final customization: Take some time to make sure you are maximizing [Authopia features](https://developers.authopia.io/docs/front-end/configuration) and tailor them to perfectly fit your needs.
4. Go live: Feeling confident with your sandbox project on localhost? Move forward by using your production project and bring happiness to your users and business.

## Quick links

{% content-ref url="front-end/front-end-integration-overview" %}
[front-end-integration-overview](https://developers.authopia.io/docs/front-end/front-end-integration-overview)
{% endcontent-ref %}

{% content-ref url="back-end/back-end-integration-overview" %}
[back-end-integration-overview](https://developers.authopia.io/docs/back-end/back-end-integration-overview)
{% endcontent-ref %}

{% content-ref url="front-end/configuration" %}
[configuration](https://developers.authopia.io/docs/front-end/configuration)
{% endcontent-ref %}


---

# 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://developers.authopia.io/docs/quick-start-guide.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.
