# Quick start

Let's take a look at the Foyer Insight sandbox, located at [demo.foyerapp.io](https://demo.foyerapp.io):

![](/files/-MG55hRiLqpE9bjx97DU)

1. The image you upload will be displayed in this area.
2. These tabs allow you to choose between uploading an image or providing a link to one on the web.
3. Upload your image by dragging and dropping it into this area or clicking "Browse" and picking the file directly.
4. If you have an authorization token from logging in via the API, paste it here.
5. The analysis results will be displayed here as a JSON object.
6. After you've uploaded an image, click this button to analyze it.

After providing an image and pressing "Analyze", the page will look like this:

![](/files/-MG56Q552xhz1rqGqTEM)

Next, let's break down the results of our analysis.


---

# 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://foyer.gitbook.io/docs/sandbox/quick-start.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.
