# Profile Structure

In broad terms profiles are broken into:

* Header
* Sections, comprising:
  * Section Title
  * [Badge](/system-overview/profile.io-architecture/badges-vcs-sb-nfts.md) holding and associated text
  * Fields to include, dates / text / images (for experience purposes
  * API endpoints (to backend/enable other apps and integrations)
* Associated [Theme](/system-overview/profile.io-architecture/themes.md)

Sections are open source such that the community can adopt/adapt and create new Section types.

Out the box sections:

Socials

Claimed and Verified Skill badges (issued by self and from other users - initially programming language logos and assocated VC)

Work Experience

Academic Experience


---

# 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.profile.io/system-overview/profile.io-architecture/profile-structure.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.
