> For the complete documentation index, see [llms.txt](https://docs.lorric.com/qr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lorric.com/qr/fp-as310-english-v5/installation-and-setup.md).

# Installation and Set-up

### **Pre-installation Checklist**

* **Check the manual version.** Make sure this manual matches both the hardware and firmware of your unit. See the [Manual and Product Version](https://docs.lorric.com/qr/fp-as310-english-v5/manual-version-2-0) page.
* **Choose a good location.** The flow must be stable and fully developed where the meter sits, so leave enough straight pipe both upstream and downstream of the meter. Install the meter in one of the following ways:
  * **Horizontal pipe:** mount the main unit on the *side* of the pipe (not on top or bottom).
  * **Vertical pipe:** the orientation of the main unit is not critical, but the fluid *must* flow upward (bottom to top).
* **Check the pipe and fluid compatibility.** Fluid chemistry and temperature vary widely between industries, and choosing the wrong materials can damage the meter. Before purchasing, confirm that the pipe and fittings suit your fluid in temperature resistance, chemical compatibility, and dimensions.
* **Avoid magnetic and electromagnetic interference.** This meter uses magnetic sensing. Do not use it with fluids containing magnetic particles, and keep the unit away from strong electromagnetic sources such as motors and solenoid valves.


---

# 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.lorric.com/qr/fp-as310-english-v5/installation-and-setup.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.
