# Integration Guide

## First steps

1. Create a Curra account.
2. Create or connect a wallet (the wallet address will be the administrator of the [Rules smart contract](/curra-documentation/vortex/rules.md)).
3. Specify the address of your Omnibus wallet (where received assets will be stored; the address will be used in deployed [Rules smart contract](/curra-documentation/vortex/rules.md) to ensure security).&#x20;
4. Calculate your first [proxy wallet](broken://pages/w7aR6erZEv61LlmMuUZc) and start receiving assets to the created wallet.

## Prepare for production

* Configure payment methods.
* Fill the [Gas Pump](/curra-documentation/vortex/gas-pump.md) with coins to cover transaction fees.
* Setup [notifications ](/curra-documentation/features/retrieve-webhook.md)to receive webhook regarding deposits.
* Enable the [bundles feature](/curra-documentation/vortex/gas-pump.md) to start saving on gas fees.


---

# 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.curra.io/curra-documentation/integration-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.
