# Tools and Setup

There is only one step that you need to do to start using Pixboost - [add at least one image domain](/setup/source-images/domain.md) or image source.

You will already have one active API key that you can use, but [you can add more or rotate them](/setup/manage-api-keys.md) in case you have different projects and don't want to have all eggs in one basket. It's a good security practice separating you API keys.

## [Adding Images Domain](/setup/source-images/domain.md)

## [Adding HTTP Image Source](/setup/source-images/http.md)

## [Adding AWS S3 Bucket Image Source](/setup/source-images/s3.md)

## [Managing API Keys](/setup/manage-api-keys.md)

## [Managing Users](/setup/manage-users.md)

## [Custom Domain Name Support](/setup/custom-domain.md)

## [Cache Invalidation](/setup/cache-invalidation.md)

## [Snippet Generator](/setup/snippet-generator.md)


---

# 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://help.pixboost.com/setup.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.
