# 2.3.1 Structs

A Data Structure (struct) is a basic C++ element that is used to store multiple data elements (members) in a single variable. Unlike a vector, a struct stores different data types established with a template.

In this lesson, you will explore the basic uses of a struct, including defining and using structs.


---

# 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++/2.-going-beyond-the-basics/2.3-structs/2.3.1-structs.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.
