> For the complete documentation index, see [llms.txt](https://guidelines.nhmrc.gov.au/australian-drinking-water-guidelines/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guidelines.nhmrc.gov.au/australian-drinking-water-guidelines/part-2/chapter-6/6.2-physical-quality-of-drinking-water/6.2.1-an-overview-of-physical-characteristics.md).

# 6.2.1 An overview of physical characteristics

The appearance, taste, odour, and ‘feel’ of water determine what people experience when they drink or use water and how they rate its quality; other physical characteristics can suggest whether corrosion and encrustation are likely to be significant problems in pipes or fittings. The measurable characteristics that determine these largely subjective qualities are:

* true colour (the colour that remains after any suspended particles have been removed);
* turbidity (the cloudiness caused by fine suspended matter in the water);
* hardness (the reduced ability to get a lather using soap);
* total dissolved solids (TDS);
* pH;
* temperature;
* taste and odour;
* dissolved oxygen.

Colour and turbidity influence the appearance of water. Taste can be influenced by temperature, TDS, and pH. The ‘feel’ of water can be affected by pH, temperature, and hardness. Rates of corrosion and encrustation (scale build-up) of pipes and fittings are affected by pH, temperature, hardness, TDS and dissolved oxygen.

Each of the physical characteristics is discussed separately in the fact sheets in Part V. However, there is some overlap with organic compounds, microorganisms and, most notably, the inorganic constituents of water; when this occurs, it is noted and cross-referenced.


---

# 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://guidelines.nhmrc.gov.au/australian-drinking-water-guidelines/part-2/chapter-6/6.2-physical-quality-of-drinking-water/6.2.1-an-overview-of-physical-characteristics.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.
