> For the complete documentation index, see [llms.txt](https://docs.optii.com.au/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.optii.com.au/odometry-v2/user-guide/troubleshooting.md).

# Troubleshooting

## Ensuring Smooth Vertical Travel

If you notice that the vertical travel of Odometry V2 is not smooth, you may take the following steps to troubleshoot. If you notice a bushing slip out of the part, this is related to this issue, simply press the bushing back in and resolve the issue as outlined below.

### Check run in

If the pod has not been in use yet, and you notice the travel is not smooth, it may require a few repetitions of compression and extension to run in the bushings and standoffs. Simply compress and release the pod until you notice an increase in smoothness, this process should be fairly quick.

### Check standoff bolts

If the issue persists, there may be a small misalignment in a standoff bolt. To resolve this issue, the bolt identified in the image below should be loosened approximately 1/8th of a turn.

{% hint style="warning" %}
If adjusting this bolt, be sure to add some medium strength threadlocker (eg. Loctite 243) to ensure the rigidity of the assembly.
{% endhint %}

<figure><img src="/files/690ErSQfo6NFZv1PiYRH" alt="" width="563"><figcaption><p>Standoff Bolt To Adjust</p></figcaption></figure>

If issues persist, please contact us at <info@optii.com.au>.


---

# 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://docs.optii.com.au/odometry-v2/user-guide/troubleshooting.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.
