# Web Platform

Welcome to Mirada AI, a decentralized AI platform that offers a wide range of AI services similar to OpenAI. Follow this quick start guide to begin using our web platform at <https://app.mirada.ai>.

#### Getting Started

1. **Sign Up or Log In**
   * Visit [app.mirada.ai](https://app.mirada.ai) and sign up for a new account or log in if you already have one.
2. **Explore the Dashboard**
   * Once logged in, you will be taken to your dashboard. Here, you can access various AI tools and services.

#### Using Mirada AI Tools

**Text Generation**

1. **Access Text Generation**
   * Navigate to the 'Chat' section on your dashboard.
2. **Generate Text**
   * Enter your prompt in the provided text box. For example, "Write a short story about a futuristic city."
   * Click the Enter button.
   * The AI will process your request and display the generated text within seconds.

**Image Generation**

1. **Access Image Generation**
   * Go to the 'Image Generation' section on your dashboard.
2. **Create Images**
   * Type your prompt in the input field. For example, "Create an image of a serene beach at sunset."
   * Press the 'Generate' button.
   * Your image will be created and displayed shortly.

You are now ready to explore and utilize the powerful AI capabilities of Mirada AI. If you have any questions or need further assistance, don't hesitate to reach out through our support channels. Happy creating!


---

# 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.mirada.ai/quick-start-guides/web-platform.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.
