# Create a badge

## How to create and embed a badge?

On your integration or service page, click on **settings > Create badge.** Copy and use the code on any markdown files such as

* GitHub
* GitLab
* Obsidian
* Roam research
* [and others..](https://www.markdownguide.org/tools/)

![Copy markdown](/files/-MRsv0JnSKPRSQalcjyX)

Alternatively, if you would like to just the image in your Google or word docs file then [feel free to download it here](https://cdn.spike.sh/our-badge.svg).

Below is how it looks on GitHub 👇

![Badge preview of Spike.sh](/files/-MRt3UfZg3avxxEVccL3)

{% hint style="info" %}
Upon clicking the badge, it will take you to the service or integration page you created this for. You can, however, customise the destination.
{% endhint %}

### Who can access the pages?

By default, only users from your organisation on Spike.sh can access the integration or escalation page.


---

# 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.spike.sh/additional-resources/create-a-badge.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.
