> For the complete documentation index, see [llms.txt](https://www.projectpanoptes.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.projectpanoptes.org/build/hardware/mount-and-pier/pier/fabrication.md).

# Fabrication

## Top plate

{% hint style="info" %}
The top plate shown below is designed to hold an iOptron CEM40 mount. If you plan on using any other mount, you will need a top plate of suitable dimensions and design it to hold your mount.
{% endhint %}

{% tabs %}
{% tab title="Machinist Drawing" %}

<figure><img src="/files/f68o4dD1Jgi095c6elNr" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Simple Drawing" %}

<figure><img src="/files/j2FCYvMn7sLiP3cosQaf" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Final Product" %}

<figure><img src="/files/ovklcd655MX3UNaiSYaK" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

## Bottom Plate

{% tabs %}
{% tab title="Machinist Drawing" %}

<figure><img src="/files/YY7jmbbz5C5UEAjJlj85" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Second Tab" %}

<figure><img src="/files/f5SO9TnnisNEtKRThnkz" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Final Product" %}

<figure><img src="/files/CQDEGU0MWC6kmCeARPYQ" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

## Support plate

This is an optional but recommended step, especially if your PANOPTES unit will be deployed at a site with moderate to high winds. The aluminum extrusions listed for the pier are lightweight with minimal size requirements. However, the pier is too lightweight for high wind sites, causing the pier to yaw and twist under high wind conditions. We recommend adding an aluminum support plate (as shown below) or buying extrusions of a larger width that is best suited to your site.

<figure><img src="/files/snIZMz40TqwxOKl8h1mz" 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://www.projectpanoptes.org/build/hardware/mount-and-pier/pier/fabrication.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.
