# All special attributes

* [ ] This
* [ ] is
* [ ] a
* [ ] task list

```
{% hint style="info" %}
Important information!
{% endhint %}
```

```
{% hint style="danger" %}
Danger!
{% endhint %}
```

```
{% hint style="success" %}
Success!
{% endhint %}
```

```
{% hint style="warning" %}
Warning!
{% endhint %}
```

{% hint style="danger" %}
Warning
{% endhint %}

{% hint style="success" %}
Idk
{% endhint %}

{% hint style="info" %}
Hint
{% endhint %}

{% hint style="warning" %}
Attention
{% endhint %}

Writing this:

````
{% code-tabs %}
{% code-tabs-item title="This is a code block with a file name" %}
```python
printf("This is a Python script with syntax highlight!")
````

````
Creates this:

{% code-tabs %}
{% code-tabs-item title="This is a code block with a file name" %}
```python
printf("This is a Python script with syntax highlight!")
````

Writing this:

````
```text
printf("This is a Python script with no file name nor syntax hightlight.")
printf("\nGitBook defaults those to "Plain Text".")
````

````
Creates this:

```text
printf("This is a Python script with no file name nor syntax hightlight.")
printf("\nGitBook defaults those to "Plain Text".")
````

> This is a quote!

| This is a column title            | This is another column title                                         |
| --------------------------------- | -------------------------------------------------------------------- |
| This is the first item of a table | This is another item of a table in the same row but different column |
| This is another row of a table    | And another item in another rom and column                           |

{% hint style="info" %}
This is a hint.
{% endhint %}

{% content-ref url="../open-collective/welcome" %}
[welcome](https://documentarians.gitbook.io/metadocumentation/redirect/open-collective/welcome)
{% endcontent-ref %}

## This is an API method

<mark style="color:blue;">`GET`</mark>&#x20;

Description of the method

#### Path Parameters

| Name           | Type   | Description                        |
| -------------- | ------ | ---------------------------------- |
| Parameter name | string | Brief description of the parameter |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="This is the first tab" %}
This is a block of text with tabs!
{% endtab %}

{% tab title="And the second tab" %}
It could be used when there are different instructions for different operating systems.
{% endtab %}
{% endtabs %}

$$
a = b
$$


---

# 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://documentarians.gitbook.io/metadocumentation/redirect/test/all-special-attributes.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.
