# Formattazione del testo

Tutti gli strumenti di formattazione si trovano direttamente nella barra degli strumenti dell'editor di testo. Per mettere in grassetto una sezione, ad esempio, è sufficiente selezionare il testo che si desidera mettere in grassetto e fare clic sull'icona "B" per (Bold).

<figure><img src="/files/AIfPstMoQaHNmitXIoac" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Esiste anche una serie di **scorciatoie da tastiera** per velocizzare la formattazione. È sufficiente passare il cursore su uno strumento per visualizzare la scorciatoia associata.
{% endhint %}


---

# 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://guide.amanote.com/it/iniziare/prendere-appunti/formattazione-del-testo.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.
