> For the complete documentation index, see [llms.txt](https://docs.avis.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avis.xyz/guide/get-started.md).

# Get Started

This is your complete entry point for onboarding onto the platform, configuring your workspace, and preparing your account for development and production.

Before diving into the setup process, it helps to understand the core of our ecosystem:

* The AVIS Toolkit: The comprehensive suite of features, components, and APIs at your disposal to build, manage, and scale your applications.
* AVIS Workflows: The automated, step-by-step processes and logic chains that connect the tools in the toolkit to achieve your specific operational goals.

### What is in this section?

This guide walks you through every essential step of your initial AVIS journey, from your first login to funding your account. Here is what you will cover:

* Create Account: Step-by-step instructions for registering and accessing the AVIS platform for the first time.
* eKYC (Identity Verification): The secure electronic Know Your Customer process required to verify your identity and unlock full platform capabilities.
* Settings: How to navigate your dashboard to configure your profile, manage security preferences, and customize your workspace.
* Get API Key: Generating, securing, and managing the API credentials necessary to authenticate your applications with AVIS services.
* Deposit / Top Up: Instructions for adding funds to your account balance to ensure uninterrupted access to AVIS APIs.
* Referral Program: How to find your unique invite links, share AVIS with your network, and track your referral rewards.

Ready to begin? Select Quickstart from the menu to start your onboarding process.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.avis.xyz/guide/get-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
