# Markdown Language

### Learn Markdown with Opendatabay <a href="#learn-markdown-with-offsetdata" id="learn-markdown-with-offsetdata"></a>

#### Introduction <a href="#introduction" id="introduction"></a>

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

**Markdown Code**

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

This 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:
    * Item 1
    + Item 2
+ Very easy!

## Images

![Logo](https://static.opendatabay.com/logos/Opendatabay_logo_blue_noBg.png)

***
Learn more about markdown at **[Opendatabay Documents](https://docs.opendatabay.com)**
````

**Markdown Preview**

### A first-level heading <a href="#a-first-level-heading" id="a-first-level-heading"></a>

#### A second-level heading <a href="#a-second-level-heading" id="a-second-level-heading"></a>

**A third-level heading**

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

**This is bold text**

*This is italic text*

Copy

```
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:
    * Item 1
    * Item 2
* Very easy!

**Images**

![Logo](https://static.opendatabay.com/logos/Opendatabay_logo_blue_noBg.png)

***

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

#### Support and Feedback <a href="#support-and-feedback" id="support-and-feedback"></a>

If you encounter any issues, have questions, or wish to provide feedback about the Opendatabay Profile or Data Product Pages, please reach out to our support team at <support@opendatabay.com>.

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

[<br>](https://2435ghj424g6j.gitbook.io/gm/links/important-links)


---

# 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://docs.opendatabay.com/for-data-providers/markdown-language.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.
