> For the complete documentation index, see [llms.txt](https://uni.fotello.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uni.fotello.co/getting-started/setting-up.md).

# Setting Up

Welcome to Fotello! To ensure a smooth start, follow our Setup Guide, which will appear automatically upon first use. It provides a checklist to ensure your account is fully configured. If you prefer to set up manually or need to revisit, here's a handy checklist of essentials. For in-depth guidance, refer to the main guide linked in each section.

{% stepper %}
{% step %}

#### 1. Business Details

Build your company's profile with all your contact information on [this page](https://app.fotello.co/dashboard/settings/business/details). This info is used across customer-facing pages and emails.

Learn more: [Branding](/business-details/branding.md)
{% endstep %}

{% step %}

#### 2. Branding

Upload your logo and set your brand colors on [this page](https://app.fotello.co/dashboard/settings/business/branding). This keeps your customer experience consistent end-to-end and gives your brand the recognition it needs.

Learn more: [Branding](/business-details/branding.md)
{% endstep %}

{% step %}

#### 3. Domain

Integrate your custom domain with your Fotello account on [this page](https://app.fotello.co/dashboard/settings/business/domain) to fully white-label your booking portal, order form, and delivery experience. This way, your customers will see only your branding throughout their order journey.

Learn more: [Domain](/business-details/domain.md)

{% hint style="warning" %}
You have to be on the Ultimate Plan to access this feature.
{% endhint %}
{% endstep %}

{% step %}

#### 4. Products

Create your packages, services, and add-ons on [this page](https://app.fotello.co/dashboard/products) so your customers can book your services any time. Simply use the Fotello templates and make adjustments based on your offerings and market to get started quickly.

Learn more: [Products](/products/services.md)
{% endstep %}

{% step %}

#### 5. Payments

Complete onboarding steps on the [earnings page](https://app.fotello.co/dashboard/settings/earnings/onboarding) so you can get paid before your customers download all the assets. The 'Add Information' button directs you to the Stripe set-up page where you can enter your banking details for quick payouts.

Learn more: [Payments](/payments/payments.md)
{% endstep %}

{% step %}

#### 6. Teams

Invite your team members on [this page](https://app.fotello.co/dashboard/settings/teams/invitations) and assign the right roles [here](https://app.fotello.co/dashboard/settings/teams/members) to manage your fast growing business.

Learn more: [Teams](/teams/teams.md)
{% endstep %}
{% endstepper %}


---

# 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:

```
GET https://uni.fotello.co/getting-started/setting-up.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.
