# Featured Action Nodes

A few Action Nodes are relevant for data handling, all of them are grouped in the top section in the list of Action Nodes, such as Create Object.&#x20;

### Duplicate Objects

This Action Node will duplicate all objects in a Data Source.

**Article**:

* [Duplicate Objects](/library/action-nodes/duplicate-objects.md)

### Set Data Source Attributes

Some of the attributes of Data Sources may be manipulated runtime. This is relevant in many cases, such as when implementing "lazy loading" of data.

**Article**:

* [Set Data Source Attributes](/library/action-nodes/set-data-source-attributes.md)

### Sort objects

You may sort Data Sources runtime using this Action Node. This is relevant e.g. if you have created a custom list of data, and would like the user to be able to change sorting.

**Article**:

* [Sort objects](/library/action-nodes/sort-objects.md)

### Update Object

Update Object is part of the Fundamentals skillset, but at the Professional Level, you should be familiar with how to perform batch updates.&#x20;

**Article**:

* [Update Object](/library/action-nodes/update-object.md) (incl. batch update)


---

# 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.appfarm.io/appcademy/appfarm-professional/data-structures-and-data-handling/featured-action-nodes.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.
