# ALCHEMISTRY 101

## An overview:

To begin crafting your apps, open the laboratory by clicking the button highlighted below:

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

Doing so will display the laboratory interface:

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

You will now see several components:

1. **Prompt Field**
2. **Custom Feature Selector**
3. **Recharge Option**&#x20;
4. **Balance Display** ( *Paid Feature* )&#x20;
5. Model Selector
6. Forge Button&#x20;

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

#### 1. Prompt Field

This is where the prompt goes. Type instructions or keywords here for the AI model to use when creating your application.

#### 2. **Custom Feature Selector**

This is a dedicated space where you can seamlessly integrate tested APIs into your apps.

Some of the available APIs include:

* Token Price API
* News API
* Stock Market API
* Google Maps API

You can also activate the "Auto" mode, where our AI intelligently selects the most suitable APIs for your app.

Additionally, the Multiplier API enables you to create multiplayer games or applications, all powered by Alchemist AI.

#### 3. Recharge Option&#x20;

Recharging your account will fund your Alchemist wallet, giving you access to the power of premium generation models.

#### 4. Balance Display&#x20;

In paid mode, this will display the amount of `$ALCH` you hold in your wallet.

#### 5. Model Selector&#x20;

By clicking this selector, you can switch between normal mode (unpaid, quick) and paid mode (paid, slower but far more intelligent).

#### 6. Forge Button

This button sends your instructions to Alchemist AI for processing, allowing it to generate your app, which you'll find on the desktop.

***

### Your First Application:

Let's delve then into making our first simple application on Alchemist AI!

Firstly type in the prompt field - "Snake Game"&#x20;

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

Then we simply click on "**FORGE**"

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

The app will then begin the generation process, progressing through four stages: Loading, Generating Graphics, Generating Logic, and Reviewing. Each stage is powered by a different model, handling a unique aspect of the process.

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

Finally, your app will be ready on the desktop. Double-clicking it will open the app for use.

<figure><img src="/files/1vXPZoJT2VScnITNlTFn" alt=""><figcaption></figcaption></figure>

Once the process is complete, the app will be fully playable.

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


---

# 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.alchemistai.app/docs/alchemistry-101.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.
