> For the complete documentation index, see [llms.txt](https://docs.fantom.foundation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fantom.foundation/introduction.md).

# Introduction

This documentation offers comprehensive details on using and developing applications on the Fantom Opera chain.

{% hint style="info" %}
Fantom Opera migrated to a new chain called [Sonic](https://docs.soniclabs.com) in December, 2024. Follow the instructions in [Migration](/sonic-migration/overview.md) if you're holding FTM.
{% endhint %}

## Opera

Opera is a blockchain and smart contract platform that provides developers with exceptional scalability and storage capabilities, while delivering a fast and seamless experience for users. Its native token is FTM.

The majority of this documentation aims to help users learn more about Opera and guide developers on building applications on the chain. [Bridge assets to Opera](/introduction/bridge.md) to get started.


---

# 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://docs.fantom.foundation/introduction.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.
