> For the complete documentation index, see [llms.txt](https://docs.rimodellegislature.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rimodellegislature.com/legislation/making-changes-to-legislation.md).

# Making Changes to Legislation

Depending on the type of change required, legislation data may be changeable by state coordinators/administrators with or without requiring an entirely new submission. Use the information below to learn more.

## What is legislation data?

Legislation data is all information (text, files, etcetera) that are related to a bill submitted to the RIML. This includes its title, number, assigned author, and committee assignment.&#x20;

## When can data be changed?

See the Data Change Policy for more information.

{% content-ref url="/pages/-McgttSHHcYeKWtqyaf5" %}
[Data Change Policy & Procedure](/legislation/data-change-policy-and-procedure.md)
{% endcontent-ref %}

## What data can be changed?

The only data that can be manually edited is the following (subject to the [Data Change Policy](/legislation/data-change-policy-and-procedure.md)):

* Title
* Author
* Archived Status

## What happens if data cannot be changed?

You must submit a new bill and request the old one be archived. First, create a support ticket requesting archival of the old bill. Then, submit a new one with the corrected data.

{% content-ref url="/pages/-MbieAX8f-9quTpnG92-" %}
[myTickets](/ticket/untitled-1.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MNM538rQ-p\_Kh8TIJKx" %}
[Submitting Legislation](/legislation/submitting-legislation.md)
{% endcontent-ref %}


---

# 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.rimodellegislature.com/legislation/making-changes-to-legislation.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.
