# Understanding Bit and Byte : Bit Positions

When [decoding signals](https://docs.intrepidcs.com/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/message-editor/message-signals), you can specify bit positions in two ways. First you can set the bit position which is relative to the first bit of the message, bit 0. Second, you can specify which bit in a particular byte of a message.

To illustrate bit positioning please refer to Figure 1 below. The first two bytes of the message are shown. The Bit Position is shown in red. The Byte : Bit position is specified in blue. For example, Byte 2 : Bit 5 is the same as bit position 10.

![Figure 1: Two ways to specify locations in messages.](https://3170208387-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL6lcovCpkhoS9uTOFtEp%2Fuploads%2F6QcD3QRf8XiQs8Z1rvPU%2FspyInBitPos.gif?alt=media\&token=a5d8f269-33de-4966-b19a-b4325f9a045b)


---

# 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.intrepidcs.com/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/message-editor/message-signals/understanding-bit-and-byte-bit-positions.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.
