> For the complete documentation index, see [llms.txt](https://2435ghj424g6j.gitbook.io/gm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://2435ghj424g6j.gitbook.io/gm/support/markdown.md).

# Markdown Language

## Learn Markdown with Offsetdata

### Introduction

Here, we'll explore some basic Markdown syntax to help you begin crafting your first Collection About section, leveraging the useful features provided by Markdown language.

#### Markdown Code

````
# A first-level heading
## A second-level heading
### A third-level heading

Offsetdata Collection description supports Markdown language, please read the documentation to apply it correctly

**This is bold text**

*This is italic text*

```
This is code
```
The background color is `#ffffff` for light mode and `#000000` for dark mode.

***

+ Create a list by starting a line with `+`, `-`, or `*`
+ Sub-lists are made by indenting 2 spaces:
  - Marker character change forces a new list to start:
    * Ac tristique libero volutpat at
    + Facilisis in pretium nisl aliquet
    - Nulla volutpat aliquam velit
+ Very easy!

## Images

![Minion](https://lh3.googleusercontent.com/OYN5B_SGg9auoUOGRq3hrTpi32f4KQ9DrQE_XMenjT8WvWEfdc76M-7l1f-VoWC2KlBadOViashEJ-r4YQtGAdhQwrA=s120)

***
Learn more about markdown at **[Offsetdata Documents](https://docs.offsetdata.com)**

````

#### Markdown Preview

## A first-level heading

### A second-level heading

#### A third-level heading

Offsetdata Collection description supports Markdown language, please read the documentation to apply it correctly

**This is bold text**

*This is italic text*

```
This is code
```

The background color is `#ffffff` for light mode and `#000000` for dark mode.

***

* Create a list by starting a line with `+`, `-`, or `*`
* Sub-lists are made by indenting 2 spaces:
  * Marker character change forces a new list to start:
    * Ac tristique libero volutpat at.
    * Facilisis in pretium nisl aliquet.
* Very easy!

#### Images

<div align="left"><img src="https://lh3.googleusercontent.com/OYN5B_SGg9auoUOGRq3hrTpi32f4KQ9DrQE_XMenjT8WvWEfdc76M-7l1f-VoWC2KlBadOViashEJ-r4YQtGAdhQwrA=s120" alt="Minion"></div>

***

Explore further information about Markdown in the [Markdown Guide](https://www.markdownguide.org/basic-syntax/).

### Support and Feedback

If you encounter any issues, have questions, or wish to provide feedback about the Offsetdata Collection View feature, please reach out to our support team at <support@offsetdata.com>.

We appreciate your feedback and are here to help with any inquiries you may have.


---

# 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, and the optional `goal` query parameter:

```
GET https://2435ghj424g6j.gitbook.io/gm/support/markdown.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
