> For the complete documentation index, see [llms.txt](https://trizen.gitbook.io/perl6-rosettacode/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trizen.gitbook.io/perl6-rosettacode/programming_tasks/u.md).

# U

- [Ulam numbers](https://trizen.gitbook.io/perl6-rosettacode/programming_tasks/u/ulam_numbers.md)
- [Ulam spiral for primes](https://trizen.gitbook.io/perl6-rosettacode/programming_tasks/u/ulam_spiral_for_primes.md)
- [Ultra useful primes](https://trizen.gitbook.io/perl6-rosettacode/programming_tasks/u/ultra_useful_primes.md)
- [Unbias a random generator](https://trizen.gitbook.io/perl6-rosettacode/programming_tasks/u/unbias_a_random_generator.md)
- [Undefined values](https://trizen.gitbook.io/perl6-rosettacode/programming_tasks/u/undefined_values.md)
- [Undulating numbers](https://trizen.gitbook.io/perl6-rosettacode/programming_tasks/u/undulating_numbers.md)
- [Unicode strings](https://trizen.gitbook.io/perl6-rosettacode/programming_tasks/u/unicode_strings.md)
- [Unicode variable names](https://trizen.gitbook.io/perl6-rosettacode/programming_tasks/u/unicode_variable_names.md)
- [Unique characters](https://trizen.gitbook.io/perl6-rosettacode/programming_tasks/u/unique_characters.md)
- [Unique characters in each string](https://trizen.gitbook.io/perl6-rosettacode/programming_tasks/u/unique_characters_in_each_string.md)
- [Unit testing](https://trizen.gitbook.io/perl6-rosettacode/programming_tasks/u/unit_testing.md)
- [Universal Turing machine](https://trizen.gitbook.io/perl6-rosettacode/programming_tasks/u/universal_turing_machine.md)
- [Unix](https://trizen.gitbook.io/perl6-rosettacode/programming_tasks/u/unix.md)
- [Ls](https://trizen.gitbook.io/perl6-rosettacode/programming_tasks/u/unix/ls.md)
- [Unprimeable numbers](https://trizen.gitbook.io/perl6-rosettacode/programming_tasks/u/unprimeable_numbers.md)
- [Untouchable numbers](https://trizen.gitbook.io/perl6-rosettacode/programming_tasks/u/untouchable_numbers.md)
- [Untrusted environment](https://trizen.gitbook.io/perl6-rosettacode/programming_tasks/u/untrusted_environment.md)
- [UPC](https://trizen.gitbook.io/perl6-rosettacode/programming_tasks/u/upc.md)
- [Update a configuration file](https://trizen.gitbook.io/perl6-rosettacode/programming_tasks/u/update_a_configuration_file.md)
- [Upside-down numbers](https://trizen.gitbook.io/perl6-rosettacode/programming_tasks/u/upside-down_numbers.md)
- [URL decoding](https://trizen.gitbook.io/perl6-rosettacode/programming_tasks/u/url_decoding.md)
- [URL encoding](https://trizen.gitbook.io/perl6-rosettacode/programming_tasks/u/url_encoding.md)
- [URL parser](https://trizen.gitbook.io/perl6-rosettacode/programming_tasks/u/url_parser.md)
- [URL shortener](https://trizen.gitbook.io/perl6-rosettacode/programming_tasks/u/url_shortener.md)
- [Use another language to call a function](https://trizen.gitbook.io/perl6-rosettacode/programming_tasks/u/use_another_language_to_call_a_function.md)
- [Useless instructions](https://trizen.gitbook.io/perl6-rosettacode/programming_tasks/u/useless_instructions.md)
- [User defined pipe and redirection operators](https://trizen.gitbook.io/perl6-rosettacode/programming_tasks/u/user_defined_pipe_and_redirection_operators.md)
- [User input](https://trizen.gitbook.io/perl6-rosettacode/programming_tasks/u/user-input.md)
- [Graphical](https://trizen.gitbook.io/perl6-rosettacode/programming_tasks/u/user-input/graphical.md)
- [Text](https://trizen.gitbook.io/perl6-rosettacode/programming_tasks/u/user-input/text.md)
- [Using a speech engine to highlight words](https://trizen.gitbook.io/perl6-rosettacode/programming_tasks/u/using_a_speech_engine_to_highlight_words.md)
- [UTF-8 encode and decode](https://trizen.gitbook.io/perl6-rosettacode/programming_tasks/u/utf-8_encode_and_decode.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://trizen.gitbook.io/perl6-rosettacode/programming_tasks/u.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
