# Operation

This section is designed to help you operate your PANOPTES unit, from initial testing setup to the fully [automated operation mode](broken://pages/-MDuop8nwpZrOClW7dLb#overview). There is also a guide for [manual operation](/build/operation/manual-operation.md) for when you really just want to get some pretty pictures.

{% hint style="info" %}
The guides in the section assume you have a completed PANOPTES and would like to run it under normal operating conditions.&#x20;

If you need to test your unit as part of the build process, including the final polar alignment, see [Testing a PANOPTES Unit](broken://pages/-MEsRiuiy7VZTC-Nh0Rl).
{% endhint %}

As always, don't forget to check out the forum other tips from users:

{% embed url="<https://forum.projectpanoptes.org>" %}

### Automated Operation

This is the normal nightly operating mode for the Project PANOPTES survey and the default mode of operation for PANOPTES units.

Automated operation works by selecting from a predefined list of targets written in a file on the unit.  This list of targets can either be a default list provided by the PANOPTES team, or can be any list of targets that you wish!

See [Automatic Operation](/build/operation/automatic-operation.md) for details.

### Manual Operation

You can choose to manually operate a unit, either for getting specific images (like the pretty image of the Andromeda Galaxy taken by PAN012 below), for testing mount and camera movements, for following up on specific exoplanet transits, or simply just for fun!

Check out [Manual Operation](/build/operation/manual-operation.md)to learn more.

![Andromeda Galaxy imaged by PAN012](/files/-MEsSv5a4UFvS1omlLHH)

{% hint style="info" %}
Something unclear? Please post on the forum at <https://forum.projectpanoptes.org/> or email us at <info@projectpanoptes.org>.
{% endhint %}


---

# 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://www.projectpanoptes.org/build/operation.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.
