# Quickstart

### Welcome to Tarxan

**Tarxan IO** is an **agentic first** infrastructure platform that allows users & agents to **deploy** and **manage** infrastructure via **agentic AI Integrations**.

### Disclaimer

We are in the Alpha phase of project. Use at your own risk.

### How to use it?

1. Signup
2. Start deploying
3. Manage API Keys
4. Integrate Agents

### Integrate Agent via MCP Server

Tarxan provides the [**tarxan-mcp**](https://github.com/tarxan-io/tarxan-mcp) server to allow locally running agents to interact with Tarxan.

#### Tools

* `signup_user` : Signs the user up for platform, and sends one-time password to the email provided
* `verify_user` : Triggered after signup, the user will send their one-time password to verify the email address used
* `list_templates` : This lists the server templates can be deployed.
* `deploy` : Will deploy a server by the template name.
* `delete` : Will delete a server by server id.


---

# 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.tarxan.io/quickstart.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.
