> For the complete documentation index, see [llms.txt](https://docs.ur.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ur.io/changelog/2024-10-31-update-1/update-1.md).

# Update 1

We launched a major update this month. We rebranded to URnetwork (<https://ur.io>) with a new look and app. URnetwork is now free, with a supporter subscription. Our economic model was updated to reflect a new subsidy payout, which is paid to people who provide capacity to the network. We also launched Android TV support. We're building a new type of internet infrastructure, and simplifying the product was an important step.

We made a few changes to the site to streamline our organization:

* [docs.ur.io](https://docs.ur.io) Documentation backed by the \[docs repo] on GitHub.
* [feedback.ur.io](https://feedback.ur.io) Product suggestions and feedback. This is a public site for structured feedback on the product.
* <support@ur.io> Support has been moved to email. This simplifies for us, where we may link out to documentation, GitHub issues for bugs or improvements, or feedback for other feedback.
* [our Discord](https://bringyour.com/discord) Chat us here about technical or product discussion. This is a way to connect with the team building URnetwork. We're on pretty much every day.

What's next? Update 2 will be focused entirely on iOS and payout improvements.


---

# 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.ur.io/changelog/2024-10-31-update-1/update-1.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.
