# 3.2.1 Using a Utilities Library

For now, you will not have as much of an opportunity to create your own libraries, but you will have an opportunity to use libraries. So far, you have used standard libraries from C++, but in this lesson you will have a chance to explore the utilities library from CodeHS. This library will be made available for your use on future assignments, and you can freely copy it to use on your computer.


---

# 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://mr-poston-1.gitbook.io/c++/3.-libraries/3.2-using-libraries/3.2.1-using-a-utilities-library.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.
