# Built-in Actions

The following actions are added by default in Terrakube. However, not all actions are enabled by default. Please refer to the documentation below if you are interested in activating these actions.

### **General**

* [Open Documentation](/2.22.0/user-guide/workspaces/actions/built-in-actions/terrakube.open-documentation.md): Adds a button to quickly navigate to the Terraform registry documentation for a specific resource.
* [Resource Details](/2.22.0/user-guide/workspaces/actions/built-in-actions/terrakube.resource-details.md):  Adds a new panel to visualize the state attributes and dependencies for a resource.

### **Azure**

* [Open in Azure Portal:](/2.22.0/user-guide/workspaces/actions/built-in-actions/terrakube.open-azure.md) Adds a button to quickly navigate to the resource in the Azure Portal.
* [Restart Azure VM](/2.22.0/user-guide/workspaces/actions/built-in-actions/restart-azure-vm.md):  Adds a button to restart the Azure VM directly from the workspace overview.

### **Monitor**

* [Azure Monitor](/2.22.0/user-guide/workspaces/actions/built-in-actions/terrakube.azure-monitor.md): Adds a panel to visualize the metrics for the resource.

### **AI**

* [Open AI](/2.22.0/user-guide/workspaces/actions/built-in-actions/terrakube.open-ai.md):  Adds a button to ask questions or get recommendations using OpenAI based on the workspace data.


---

# 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.terrakube.io/2.22.0/user-guide/workspaces/actions/built-in-actions.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.
