# Update IDEA cluster

Follow the guides below based on the type of update you want to apply to your IDEA cluster:

* [Patch IDEA module (idea-admin.sh patch)](/idea/first-time-users/cluster-operations/update-idea-cluster/patch-idea-module-idea-admin.sh-patch.md) if you have updated the codebase of one of your module (e.g: developed new API, updated a function/class)
* [Update IDEA configuration (idea-admin.sh config)](/idea/first-time-users/cluster-operations/update-idea-cluster/update-idea-configuration-idea-admin.sh-config.md) if you want to make a configuration change (e.g: enable SES, point DCV driver to a new version ...)&#x20;
* [Update IDEA backend resource (idea-admin.sh deploy)](/idea/first-time-users/cluster-operations/update-idea-cluster/update-idea-backend-resource-idea-admin.sh-deploy.md) if you have made an architecture update outside of IDEA codebase (e.g: updated Lambda function, create new shared filesystem  ...)


---

# 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://docs.ide-on-aws.com/idea/first-time-users/cluster-operations/update-idea-cluster.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.
