# Quick Start Guide

This Quick Start Guide will walk you through the essentials of using Ideogram — from signing up to generating and downloading your first image.

{% stepper %}
{% step %}

### Sign Up

Visit [ideogram.ai](https://ideogram.ai/) and click on **"Continue with Google"** or **"Continue with Apple"** to create your free account.

{% hint style="danger" %}
**Important:** Your chosen authentication method and associated email address are permanent and cannot be changed later.
{% endhint %}

***

{% endstep %}

{% step %}

### Choose a Username

You’ll be then prompted to choose a unique username. This will be your public handle on Ideogram. People will be able to see your public or pinned images at ideogram.ai/@username, where “username” will be replaced by your chosen name.

{% hint style="danger" %}
**Important:** Usernames are permanent and cannot be changed later.
{% endhint %}

***

{% endstep %}

{% step %}

### Write Your Prompt

On the main page, locate the prompt box at the top. Enter a description of the image you want to generate. For example:

> *A serene landscape with mountains during sunset.*

You can enhance your prompt by specifying styles, colors, or other details by yourself or turn on [**Magic Prompt**](https://docs.ideogram.ai/using-ideogram/generation-settings/magic-prompt) and the AI will do it automatically for you.

{% hint style="success" %}
**Tip:** For inspiration, click on any image you like from other users to see the prompt they used.
{% endhint %}

***

{% endstep %}

{% step %}

### Customize Generation Settings

Adjust a few settings located at the bottom of the prompt box:&#x20;

* **Model**: Choose the model you want (*each has a different price in credits*)
* **Style**: Choose from options like \*Realistic\*, \*General\*, \*Design\*, etc.
* **Aspect Ratio**: Select the desired image dimensions.
* **Magic Prompt**: Enhance your prompt automatically for more detailed results.
* **Color Palette**: Define a specific color scheme.

These settings are optional; you can proceed with the  defaults if preferred.

{% hint style="success" %}
Tip: Try different models and styles.
{% endhint %}

***

{% endstep %}

{% step %}

### Generate the Image

Click the **"Generate"** button. Ideogram will process your prompt and display your generated images within seconds.

{% hint style="success" %}
**Tip:** Experiment with different prompts and settings to explore various creative possibilities.
{% endhint %}

***

{% endstep %}

{% step %}

### Review Your Results

Click any thumbnail to view it larger and to open the **detail panel** (right side on desktop, bottom on mobile). &#x20;

From here you can like, remix, upscale, pin and access more features and information about the image.

***

{% endstep %}

{% step %}

### Download or Share Your Image

Hover over your preferred image or look at the top of the **detail panel** and click the **Download** icon/button. Choose between:

* **JPEG (70% quality):** Available to all users.
* **PNG (100% quality):** Available to Basic Plan users and above.

To share your image, click the **Share** icon/button to explore your options.

{% hint style="warning" %}
**Note:** Avoid using right-click to save images, as this may result in lower-quality downloads.
{% endhint %}

***

{% endstep %}

{% step %}

### Explore

You're all set — now it's time to explore!

Here are a few things you can try next, even with a free account:

* **Browse featured images**\
  Check out the top creations of the hour, day, week, or month on the homepage.
* **Follow creators you like**\
  Click on usernames to follow your favorite artists and see their latest works.
* **Try community remixes**\
  Remix public images you like and experiment with new styles and prompts.
* **Read more in the documentation**\
  Want better typography, cleaner styles, or write better prompts? This documentation contains plenty of useful information, tips, and tricks.

Take your time, try new things, and enjoy discovering what you can create with Ideogram!

***

{% endstep %}
{% endstepper %}

<a href="https://ideogram.ai/" class="button primary">Try Ideogram Now</a>


---

# 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.ideogram.ai/quick-start-guide.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.
