# Allocation Features

Let's explore the different features available for planning and allocations.

ValQ provides multiple options to operate on the node values for accurate and effective planning. Primarily, planners are provided with 3 major options.

## 1. [Goal Seek ](/plan/allocation-features/goal-seek.md)

It is applicable when you are trying to update a node value which is derived using a complex formula. Such nodes can be updated only by changing one of its key drivers/input nodes.

Whenever you click and try to change such cells, **Goal Seek** option is automatically enabled in the Action menu and you can select it.

<figure><img src="/files/KCe9QAqLKBMtFYCgrSxL" alt=""><figcaption><p><strong>Goal Seek</strong></p></figcaption></figure>

## 2. [Copy to Periods](/plan/allocation-features/copy-to-periods.md)

It is used to copy the value of a node to the remaining periods of the year- either as absolute copies or in an increasing/decreasing trend fashion.

<figure><img src="/files/QHsPgkpnmLFKq4KwyYA5" alt=""><figcaption><p><strong>Copy to Periods</strong></p></figcaption></figure>

## 3.[ Distribute](/plan/allocation-features/distribute.md)

Using Distribute, the total value of a node can be distributed horizontally to the periods of the year, as well as vertically to the descendant nodes (its dependencies).

<figure><img src="/files/CHEPGFsCg6voPZFPzSPj" alt=""><figcaption><p><strong>Distribute</strong></p></figcaption></figure>

The above Plan options are explained in detail in the upcoming sections.


---

# 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.valq.com/plan/allocation-features.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.
