# Displaying Functions

* Users may choose to display all functions or only used functions in the ETL pipeline. The option “All” is default selected to show all the functions.
* To display only the function being used, users can select “Only Used.” For example, two functions, “On Reading record” and "On Skipped record," are used in an ETL pipeline.
* Selecting “All” displays all functions in the “Code” tab.

<figure><img src="https://media.langstack.com/documentation/media/images/code/training_manual/chapter_9/ch9etlallsections.png" alt=""><figcaption></figcaption></figure>

* Selecting “Only Used” displays only the used functions in the "Code" tab.

<figure><img src="https://media.langstack.com/documentation/media/images/code/training_manual/chapter_9/ch9etlonlyusedsections.png" alt=""><figcaption></figcaption></figure>


---

# 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.langstack.com/welcome/get-started/learn-langstack/introduction-to-etl-pipeline/displaying-functions.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.
