# Automation

Next, we need to give AlbumFiler permission to send Apple Events over to Photos.&#x20;

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

1. Click on the **Verify Photos** button. A prompt will appear from macOS asking you to grant AlbumFiler permission to communicate with the Photos app using AppleScript.
2. Click **Allow**.

<figure><img src="/files/4v9dbgcLVt8K59aPY1QM" alt=""><figcaption></figcaption></figure>

When Photos automation has been verified, you will see this screen. You can now click **Next** to go to the next onboarding step.

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


---

# 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.albumfiler.com/onboarding/automation.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.
