> For the complete documentation index, see [llms.txt](https://docs.intrepidcs.com/vspy-3-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intrepidcs.com/vspy-3-documentation/vehicle-spy-tutorials/tutorial-decode-signals-from-messages.md).

# Tutorial: Decode Signals from Messages

### Overview

Many network messages contain information called signals. Two categories of signals that a message can contain are analog and digital. Digital information can be thought of as yes/no, on/off, or open/closed. Things such as lights on/off and door open/closed fall into this category. Analog information, on the other hand, is not limited to two simple states, it is variable. When thinking of analog information, think of vehicle speed, engine RPM, coolant temperature, or anything else with variable values.

In Tutorial 3 there will be the opportunity to extract or decode analog signals with Vehicle Spy. Decoding digital signals is done basically the same way, so this tutorial applies to that as well.


---

# 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:

```
GET https://docs.intrepidcs.com/vspy-3-documentation/vehicle-spy-tutorials/tutorial-decode-signals-from-messages.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.
