# Universal

1. Take the link for the repository with the tweak you want and add `/Packages` (exactly) to the end of the url.
2. Navigate to the page in a browser. A file named `Packages` will be downloaded.
3. Open the Packages File in a text editor
4. Find the block with the latest version of the tweak by reading the `Name:`, `Version:` and Package entries.
5. Copy the value for Filename and add it to the end of the repo url. You should end up with a url similar to this `https://repo.com/debs/com.bundle.id_version.deb`

YouTube Reborn shown below as an example:

![](/files/5067gOeMbjjT46JZWtI1)

{% hint style="warning" %}
This will not work for some repos such YouRepo as the user agent is checked when visiting the page.
{% endhint %}


---

# 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://shouganai.gitbook.io/ios-stuff/sideloading/tweak-injection/retrieving-tweaks/universal.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.
