> For the complete documentation index, see [llms.txt](https://guides.noloco.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.noloco.io/actions.md).

# Actions

- [Action buttons](https://guides.noloco.io/actions/action-buttons.md): Streamline repetitive tasks with Action Buttons in Noloco
- [Create records](https://guides.noloco.io/actions/action-buttons/create-records.md): Learn how to create records with action buttons
- [Update records](https://guides.noloco.io/actions/action-buttons/update-records.md): Learn how to update records with one-click action buttons
- [Delete a Record](https://guides.noloco.io/actions/action-buttons/delete-a-record.md): Delete records using action buttons in Noloco
- [Add a Comment Action](https://guides.noloco.io/actions/action-buttons/add-a-comment-action.md): Add comments to a record through action buttons
- [Navigate To](https://guides.noloco.io/actions/action-buttons/navigate-to.md): Navigate to pages, URLs, emails, and phone numbers using action buttons
- [Run On-Demand Workflow](https://guides.noloco.io/actions/action-buttons/run-on-demand-workflow.md): Trigger on-demand workflows from action buttons
- [Show an iFrame](https://guides.noloco.io/actions/action-buttons/show-an-iframe.md): Embed external content in modals using iframe action buttons
- [View a Record](https://guides.noloco.io/actions/action-buttons/view-a-record.md): Display record details in a modal using action buttons
- [Copy to Clipboard](https://guides.noloco.io/actions/action-buttons/copy-to-clipboard.md): Copy text, URLs, and data to clipboard using action buttons
- [Login](https://guides.noloco.io/actions/action-buttons/login.md): Prompt users to log in using action buttons in public apps
- [Show a Message](https://guides.noloco.io/actions/action-buttons/show-a-message.md): Display custom messages and instructions to users through action buttons
- [Barcode Scanner](https://guides.noloco.io/actions/action-buttons/barcode-scanner.md): Scan a Barcode or QR code with an Action Button
- [Bulk actions](https://guides.noloco.io/actions/action-buttons/bulk-actions.md): Learn how to enable your Noloco app users to trigger one-click actions in bulk.


---

# 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://guides.noloco.io/actions.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.
