> For the complete documentation index, see [llms.txt](https://docs.tessl.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tessl.io/distribute/rollout-to-your-repositories/distribute-plugins-across-multiple-repositories.md).

# Distribute plugins across multiple repositories

The Tessl web interface allows users, with the correct permissions, to create pull requests adding plugins to selected repositories. The following workflow demonstrates distributing a plugin that has guidelines that must be followed by the agents that company is using. This could include style guides, architecture and other guidelines that you now want to push across your organization. To do so, follow these steps:

* Navigate to the workspace your plugin resides in.
* Click *Rollout* next to the plugin you wish to push.<br>

  <figure><img src="/files/uH9scZSgJhiMMXeAGJMm" alt=""><figcaption></figcaption></figure>
* Indicate the Tessl workspace to roll the plugin out to.\ <img src="/files/rYhioUR1SCVLACiqM1Cg" alt="" data-size="original">
* Select which repositories the pull request will be created in.

  <div align="left"><figure><img src="/files/8ZCJsSnr0uQ8w4uceHu3" alt="" width="375"><figcaption></figcaption></figure></div>
* To complete the action, click *Create a rollout PR*.\
  ![](/files/IETE1xc6UbAXT8EpTvZj)
* By doing this it will create a pull request adding the plugin to the tessl.json. A `.tessl-plugin/plugin.json` will be created if Tessl has not been initialized for that repository. An option to view the PR will be displayed:

  <div align="left"><figure><img src="/files/Cart4Em1COnmhYZ5Vd1b" alt="" width="357"><figcaption></figcaption></figure></div>
* The PR will then be merged by you or your pipeline automations.


---

# 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.tessl.io/distribute/rollout-to-your-repositories/distribute-plugins-across-multiple-repositories.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.
