# Start Integration

At Casava, we believe in software that is easy to use and simple to integrate into your existing platforms. That's why we're dedicated to providing you with clear, concise, and to-the-point documentation.&#x20;

To get started we recommend you follow these steps:

#### 1. Review API Reference&#x20;

Review our documentation [here](/reference/api-reference.md), and assess whether the Casava API is the best fit for your use case.

#### 2. Request for Access&#x20;

The Casava API is currently public. Please request access to the Casava API by filling form on <https://casava.com/partners>&#x20;

#### 3. Implement APIs in the staging environment

Make sure the APIs function as you would expect by implementing and testing them thoroughly in your demo or staging environment. Learn more about our [Environments](/environments.md).

#### 4. Complete readiness checklist

Make sure you and your team are ready for every contingency by preparing a detailed readiness checklist.

#### 5. Migrate to production&#x20;

Time to go live! Migrate your existing application to a production environment. Congratulations on the release, and thank you for using the Casava API!


---

# 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.casava.co/start-integration.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.
