# Legacy - 01 - Introduction

The Bitcoin script language is comprised of 186 Opcodes, which together enable a full range of functionality, allowing for an evaluation script for any digital information or conditions to be built and used to govern transactional activity on the Bitcoin network. In this chapter, we will look at all of the opcodes available and their purpose within the scripting language.

{% file src="/files/x3LTOB4ttlU3QtzP32Hl" %}

Each opcode is listed with a list of the input values is requires, the output it generates, and a description of the function it executes on the stack.

A handy reference table of the full list of Opcodes is available at <https://wiki.bitcoinsv.io/index.php/Opcodes_used_in_Bitcoin_Script>


---

# 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://hub.bsvblockchain.org/higher-learning/bsv-academy/chapter-3-the-opcodes/01-introduction.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.
