# Threads

There are a few different thread types out there. They are not necessarily interchangeable, and some uses two different names.

The most common thread standards are:

* BSP - British Standard Pipe
* NPT - National Pipe Thread
* M - Metric threads

BSP exists in two types, BSPP and BSPT. The last letter indicates the shape of the threads.

* BSP**P** - **P**arallel
* BSP**T** - **T**apered

Sometimes different names are used for the same thread type. As an example, a 1/2" BSPP can be sold as G1/2". Similarly a 1/2" BSPT can be sold as R1/2".

The picture below illustrates all of this. As you can see, a BSPT male thread will mate with both a BSPP and BSPT female thread.

![](/files/-McxleA0tVnKTee8yyVi)


---

# 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://docs.brewtools.com/learn-more/threads.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.
