# Integrations

A mermaid block:

{% @mermaid/diagram %}

{% @mermaid/diagram content="stateDiagram-v2
\[\*] --> Active

```
state Active {
    [*] --> NumLockOff
    NumLockOff --> NumLockOn : EvNumLockPressed
    NumLockOn --> NumLockOff : EvNumLockPressed
    --
    [*] --> CapsLockOff
    CapsLockOff --> CapsLockOn : EvCapsLockPressed
    CapsLockOn --> CapsLockOff : EvCapsLockPressed
    --
    [*] --> ScrollLockOff
    ScrollLockOff --> ScrollLockOn : EvScrollLockPressed
    ScrollLockOn --> ScrollLockOff : EvScrollLockPressed
}" %}
```

A GitHub file:

{% @github-files/github-code-block url="<https://github.com/GitbookIO/gitbook-open/blob/main/package.json#L2-L3>" %}

A linear issue

{% @linear/embed url="<https://linear.app/gitbook-x/issue/RND-1853/render-integration-blocks>" issueId="RND-1853" %}

A mailchimp block

{% @mailchimp/mailchimpSubscribe cta="Sign up to our mailing list to receive updates!" %}

An Arcade block:

{% embed url="<https://demo.arcade.software/wdQ1LccMH6KrwcBz7mKl?embed>" %}


---

# 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-open-v2-preview.gitbook.workers.dev/url/gitbook.gitbook.io/test-gitbook-open/blocks/integrations.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.
