> For the complete documentation index, see [llms.txt](https://gitbook-open-v2-preview.gitbook.workers.dev/url/gitbook.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook-open-v2-preview.gitbook.workers.dev/url/gitbook.com/docs/creating-content/blocks/paragraph.md).

# Paragraphs

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

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

You can also [format your text](/url/gitbook.com/docs/creating-content/formatting.md) using the context menu or keyboard shortcuts, or using [Markdown](/url/gitbook.com/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
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://gitbook-open-v2-preview.gitbook.workers.dev/url/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.
