> For the complete documentation index, see [llms.txt](https://docs.secoda.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.secoda.co/readme/secoda-as-a-viewer/requesting-changes-in-secoda.md).

# Requesting changes in Secoda

## How Viewers can Request Changes

If a Viewer runs into information that needs correction, or needs to be updated, they can Request Changes on any Resource in Secoda.

1. Click the `Request change` button found in the three dots (...) at the top right of a Resource.

   <figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/6c3b3149-efe7-4f0e-ae5b-6c291bd3e5bd.png" alt=""><figcaption></figcaption></figure>
2. Choose the desired Field to update, and type in the updated Text to the Edit box. When you're finished, click `Submit`

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/Screen%20Shot%202023-02-28%20at%205.05.49%20PM.png" alt=""><figcaption></figcaption></figure>

## What Happens After a Change is Requested?

The **Owner** of the Resource the change was requested on, will receive a notification in their [Inbox](/features/data-inbox.md) and will be able to either Approve or Deny the change. If the change is Approved, the Requested Change will be applied to the Resource.

## Video Resource

{% embed url="<https://www.loom.com/share/8ce4313aa4674433b20f59f4dbc5a717>" %}


---

# 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:

```
GET https://docs.secoda.co/readme/secoda-as-a-viewer/requesting-changes-in-secoda.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.
