> For the complete documentation index, see [llms.txt](https://arnau.gitbook.io/panorama/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://arnau.gitbook.io/panorama/welcome.md).

# Welcome!

## What is Panorama?

Panorama is a general purpose programming language, developed in 2021 by Arnau478. Panorama is a compiled language, so it has a higher efficiency than other languages like Python or JavaScript.

## Want to jump right in?

Feeling like an eager beaver? Jump in to the quick start docs and learn how to use Panorama:

{% content-ref url="/pages/1j5FYSt06ZbFnRaQsprx" %}
[Quick Start](/panorama/quick-start.md)
{% endcontent-ref %}

## Feeling ready?

If you don't need any help, and only want to explore our API, feel free to dive into it:

{% content-ref url="/pages/XpyBMyuzCIM7dMlFpdCM" %}
[API Reference](/panorama/reference/api-reference.md)
{% endcontent-ref %}


---

# 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://arnau.gitbook.io/panorama/welcome.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.
