> For the complete documentation index, see [llms.txt](https://docs.aeternity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aeternity.com/aeternity-developer-tools/protocol/core-protocol-components/smart-contracts/smart-contract-languages.md).

# Smart contract languages

The native smart contract language for æternity is the Sophia Language, although there is limited support for Solidity. The following sections include in-depth information about Sophia, followed by a short section on specifications for Solidity support.&#x20;

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Sophia Documentation</td><td><a href="/files/60QmGVxDyAZeLFAtGHRM">/files/60QmGVxDyAZeLFAtGHRM</a></td><td><a href="/spaces/yxhRUAwn7tH8JUboTur7/pages/o3aOyIzcNQLqUB8McJOQ">/spaces/yxhRUAwn7tH8JUboTur7/pages/o3aOyIzcNQLqUB8McJOQ</a></td></tr><tr><td>Sophia in Protocol Documentation</td><td><a href="/files/UpKgUiXYt0LjI7K7XIIS">/files/UpKgUiXYt0LjI7K7XIIS</a></td><td><a href="/spaces/yxhRUAwn7tH8JUboTur7/pages/oHtYPPLD9kGXCQKj1jhF">/spaces/yxhRUAwn7tH8JUboTur7/pages/oHtYPPLD9kGXCQKj1jhF</a></td></tr><tr><td>Solidity Specifications and support</td><td><a href="/files/0NCGyNc4zbJxJv6fkjlQ">/files/0NCGyNc4zbJxJv6fkjlQ</a></td><td><a href="/spaces/yxhRUAwn7tH8JUboTur7/pages/0PaSut22ZjREuAabXExJ">/spaces/yxhRUAwn7tH8JUboTur7/pages/0PaSut22ZjREuAabXExJ</a></td></tr></tbody></table>


---

# 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.aeternity.com/aeternity-developer-tools/protocol/core-protocol-components/smart-contracts/smart-contract-languages.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.
