# Shorten Content Length

This action shortens the content length.

**Example of shortening text to 20 characters:**\
"This text needs to be drastically shortened" ⟶ "This text needs to b"

#### Use Case Example

To save your token expenditure when using the [Ask ChatGPT](/using-zerowork/using-building-blocks/ask-chatgpt.md) building block, you can first shorten the content used for the prompt. See TaskBot set-up here: [Ask ChatGPT](/using-zerowork/using-building-blocks/ask-chatgpt.md#example-set-up).


---

# 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.zerowork.io/using-zerowork/using-building-blocks/format-data/shorten-content-length.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.
