> For the complete documentation index, see [llms.txt](https://help.aristotlemetadata.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aristotlemetadata.com/special-features/federator/manually-running-a-federation-task.md).

# Manually running a federation task

{% hint style="info" %}
Federation tasks can only be manually run by a Registry Administrator.
{% endhint %}

**Note:** Federation tasks can be run manually even if their 'Frequency' is not set to 'Manually'.

1. Select 'Administrator tools' from the dashboard side panel.

<figure><img src="/files/B28az8wqGeD4DeMmlDYj" alt=""><figcaption></figcaption></figure>

2. Select 'Manage Federation Configurations'.

<figure><img src="/files/iI7brSxPEbvEaJE4sxTq" alt=""><figcaption></figcaption></figure>

3. Select the registry that you wish to run a federation configuration for.

<figure><img src="/files/Nvs6MUeVhtChC8vifDc2" alt=""><figcaption></figcaption></figure>

4. Select the configuration you wish to run.

<figure><img src="/files/55OymFaQBLSC0Q8X9EV1" alt=""><figcaption></figcaption></figure>

**Notes:**

* Configurations can also be edited or deleted from the above screen by selecting 'Edit' or 'Delete' respectively (below)
  * The only parameters of a federation configuration that cannot be edited are the Stewardship Organisation and workgroup that items are federated into.

<figure><img src="/files/HAPxPkQ3BcvMHZBEEdE7" alt=""><figcaption></figcaption></figure>

5. Select 'Run Task'. Federation will begin immediately.

<figure><img src="/files/Ng1EYYjA63QFvOQrvtAL" alt=""><figcaption></figcaption></figure>

6. **If you wish to view the current status of a federation configuration**, select 'Logs'.

<figure><img src="/files/PNyrMFSXK4p6nWBgIgAg" alt=""><figcaption></figcaption></figure>

7. The value of the 'Actions' column will change from 'in\_progress' to 'completed\_success' when the task completes. Once the task has completed successfully, the federated items can be found in the specified workgroup.

<figure><img src="/files/jsqlzpmOOPC8eUtChpvb" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/nSkPhS8GqByMEchUXETP" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/UH3fzZqEjuRISFrpDZ3q" alt=""><figcaption></figcaption></figure>

**Note:** A configuration's 'Log ID' can be selected to view configuration details in JSON format (below).

<figure><img src="/files/yA2G6k31KRDzeOAsvYy7" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Cq81n7YIhI3w1PpKJZXw" alt=""><figcaption></figcaption></figure>


---

# 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://help.aristotlemetadata.com/special-features/federator/manually-running-a-federation-task.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.
