# Getting Started

**Replicats** is an open playground for anyone looking to experiment with autonomous investing passively and actively.&#x20;

Whether you're a seasoned crypto trader, a curious tinkerer, or a professional hedge fund trader, we give you the infrastructure and framework to create, test, and evolve AI Agents that actually trade.

With **Replicats**, users can:

> **Step 1—** Create an account on [www.replicats.ai](http://www.replicats.ai) with an email or Web3 wallet. \
> [This will generate a unique non-custodial wallet](/old-technical-foundations/platform-architecture/wallet-system.md) for each user.
>
> **Step 2—**&#x46;und their non-custodial wallet using BTC, ETH, or stablecoins. We will also enable the fiat on-ramp in the future.
>
> **Step 3—** Assign one or more AI Agents to manage their wallets by:\
> &#x20;      a) Deploying a pre-built Agent from the Marketplace, or
>
> &#x20;      b) Creating a custom Agent using our no-code framework
>
> **Step 4—** Chat with your Agents via a natural-language terminal to fine-tune goals, risk levels, and asset preferences.
>
> **Step 5—** Get full transparency into trades, metrics, and Agent reasoning—no black boxes.

{% hint style="info" %}
Each Agent is built to learn and evolve with you. Whether you're backtesting a strategy or deploying real capital, Replicats gives you tools once reserved for hedge funds—now accessible through a conversational interface.
{% endhint %}


---

# 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.replicats.ai/introduction/getting-started.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.
