> For the complete documentation index, see [llms.txt](https://docs.devin.fm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devin.fm/guides/modules/edit-a-module.md).

# Edit a Module

You can edit the credentials and encryption key that Devin uses for all branched files that originate from this Module.&#x20;

To do that:

1. Go to Modules
2. Click the three dots on the module that you want to edit

<figure><img src="/files/Nmyl26bH7PegANnd9l2U" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Changing the credentials for a Module will have a global effect and apply to both previous and future branched files that originate from this Module.
{% endhint %}


---

# 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.devin.fm/guides/modules/edit-a-module.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.
