# Distribute tiles across multiple repositories

The Tessl web interface allows users, with the correct permissions, to create pull requests adding tiles to selected repositories. The following workflow demonstrates distributing a tile 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 tile resides in.
* Click *Rollout* next to the tile you wish to push.<br>

  <figure><img src="/files/uH9scZSgJhiMMXeAGJMm" alt=""><figcaption></figcaption></figure>
* Indicate the Tessl workspace to roll the tile 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 tile to the tessl.json. A tile.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: 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.tessl.io/distribute/rollout-to-your-repositories/distribute-tiles-across-multiple-repositories.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.
