> For the complete documentation index, see [llms.txt](https://docs.meterian.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meterian.io/online-integrations/introduction.md).

# Introduction

Using Meterian with a cloud code repository is very simple, especially when a native integration is available from the local marketplace. At this time we have native integrations with these cloud platforms:

* [GitHub](/online-integrations/meterian-scanner-github-action.md) via GitHub actions
* [Bitbucket](/online-integrations/meterian-scanner-bitbucket-pipelines.md) via Pipes
* [Azure Devops](/online-integrations/azure-devops-pipelines.md) via Extensions

We of course offer non-native integrations for all other major platforms, and you can find all of them in [this section](/ci-server-integrations/introduction.md).&#x20;


---

# 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:

```
GET https://docs.meterian.io/online-integrations/introduction.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.
