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

# Plugins

Plugins are the primary method for importing data into your catalogs. [Rely.io](http://Rely.io)'s flexible design allows integration with any tool, enabling you to build a software catalog tailored to your specific needs.

Rely supports both pull-based and push-based plugins through its [Public API](/public-api.md). It also offers plug-and-play integrations with many popular data sources. Choose an integration to discover how it can enhance your [Rely.io](http://Rely.io) platform.

<table data-view="cards"><thead><tr><th></th><th></th><th data-type="content-ref"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td></td><td></td><td><a href="/pages/LU1dyjqHeVbzznwth5ws">/pages/LU1dyjqHeVbzznwth5ws</a></td><td></td></tr><tr><td></td><td></td><td><a href="/pages/rlqfUcpfvavHZNybtcrH">/pages/rlqfUcpfvavHZNybtcrH</a></td><td></td></tr><tr><td></td><td></td><td><a href="/pages/dsUJ6OC0WYNvjBhfAK3k">/pages/dsUJ6OC0WYNvjBhfAK3k</a></td><td></td></tr><tr><td></td><td></td><td><a href="/pages/anDUv4IcIGIItXXVnJ1s">/pages/anDUv4IcIGIItXXVnJ1s</a></td><td></td></tr><tr><td></td><td></td><td><a href="/pages/m6UzTqpbV0uybKK0HsCt">/pages/m6UzTqpbV0uybKK0HsCt</a></td><td><a href="/pages/m6UzTqpbV0uybKK0HsCt">/pages/m6UzTqpbV0uybKK0HsCt</a></td></tr><tr><td></td><td></td><td><a href="/pages/yXuDBypsNODiXLLpcaUl">/pages/yXuDBypsNODiXLLpcaUl</a></td><td></td></tr><tr><td></td><td></td><td><a href="/pages/mDrujuWABz0OP6ehTP7r">/pages/mDrujuWABz0OP6ehTP7r</a></td><td></td></tr><tr><td></td><td></td><td><a href="/pages/wE9hBrFCmXU2AR1syCyw">/pages/wE9hBrFCmXU2AR1syCyw</a></td><td></td></tr><tr><td></td><td></td><td><a href="/pages/UIramMQdQoBng0nYyRPa">/pages/UIramMQdQoBng0nYyRPa</a></td><td></td></tr><tr><td></td><td></td><td><a href="/pages/GtnMPCR5xAM4rjmtdckl">/pages/GtnMPCR5xAM4rjmtdckl</a></td><td></td></tr><tr><td></td><td></td><td><a href="/pages/BWKt3DpbcGfExEwS2Ocj">/pages/BWKt3DpbcGfExEwS2Ocj</a></td><td></td></tr><tr><td></td><td></td><td><a href="/pages/h6yP3mQ3PL6My5Fjab06">/pages/h6yP3mQ3PL6My5Fjab06</a></td><td></td></tr><tr><td></td><td></td><td><a href="/pages/f8jzjkk03sesxUvpm4fl">/pages/f8jzjkk03sesxUvpm4fl</a></td><td></td></tr><tr><td></td><td></td><td><a href="/pages/6uAJ9Az9WyMU8cbKki0x">/pages/6uAJ9Az9WyMU8cbKki0x</a></td><td></td></tr><tr><td></td><td></td><td><a href="/pages/1HxL4SxgiWncxrFWxX5b">/pages/1HxL4SxgiWncxrFWxX5b</a></td><td></td></tr><tr><td></td><td></td><td><a href="/pages/HpfEj7nZqVyF2hNGfF58">/pages/HpfEj7nZqVyF2hNGfF58</a></td><td></td></tr><tr><td></td><td></td><td><a href="/pages/vdIudzoYAGRXVchHBlux">/pages/vdIudzoYAGRXVchHBlux</a></td><td></td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.rely.io/basic-concepts/plugins.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
