> For the complete documentation index, see [llms.txt](https://aiphoria.gitbook.io/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aiphoria.gitbook.io/welcome/quick-start.md).

# Quick start

### Quick start:

\
1\) <mark style="color:purple;">Go to</mark> [<mark style="color:purple;">https://beta.aiphoria.world/</mark>](https://beta.aiphoria.world/) and explore the generative feed with AI-powered content created by other people.

2\) At the top of a screen, you will see some templates we made just for you, to try how generation process work, and what our models are capable of. And also there is a  field to type your own [<mark style="color:purple;">prompt</mark>](/welcome/prompt.md) - an instruction you pass to AI to make a generation.

<figure><img src="/files/Oy0ILAg80H6CNXtslexo" alt=""><figcaption></figcaption></figure>

3\) At aiphoria we have a lot of different AI models for different use cases. To select one,  simply c<mark style="color:purple;">lick on the model picker button</mark> on the right side of the input field and select a model just for your need.

<figure><img src="/files/oNEA7CgwU2Rkuem52FAp" alt=""><figcaption></figcaption></figure>

4\)  <mark style="color:purple;">Enter your prompt</mark> with a desired result and then press enter

<figure><img src="/files/KzKIWvltdmxPg6R0WfGH" alt=""><figcaption></figcaption></figure>

5\) Wait for the generation, and if you like the result, <mark style="color:purple;">share the generation</mark> on your public profile by pressing the "Share" button.

<figure><img src="/files/zGCDMSRE1gFwFVFNkQnj" alt=""><figcaption></figcaption></figure>

6\) <mark style="color:purple;">Invite your friends</mark> to your chat and create together

<figure><img src="/files/4RX1OuJEv0G6chEYNdi2" alt=""><figcaption></figcaption></figure>

### <br>

<br>


---

# 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://aiphoria.gitbook.io/welcome/quick-start.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.
