# Paragraphs

A paragraph is the most basic content block you can use on GitBook.

{% hint style="info" %}
You can [add other inline content](/docs/creating-content/formatting/inline.md) to your paragraph, such as emojis, images and Math & TeX.

You can also [format your text](/docs/creating-content/formatting.md) using the context menu or keyboard shortcuts, or using [Markdown](/docs/creating-content/formatting/markdown.md).
{% endhint %}

### Example of a paragraph

Professionally printed material in English typically does not indent the first paragraph, but indents those that follow. For example, Robert Bringhurst states that we should “set opening paragraphs flush left.”

### Representation in Markdown

Because a paragraph block is just text, that’s how it’s represented in Markdown.

{% code overflow="wrap" %}

```markdown
Professionally printed material in English typically does not indent the first paragraph, but indents those that follow. For example, Robert Bringhurst states that we should “set opening paragraphs flush left.”
```

{% endcode %}


---

# 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://gitbook.com/docs/creating-content/blocks/paragraph.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.
