# FOUNDATION

- [Header](https://docs.foundationtemplate.com/foundation/header.md): The Header is a core element for Foundation
- [Admin Portal](https://docs.foundationtemplate.com/foundation/admin-portal.md)
- [App Settings](https://docs.foundationtemplate.com/foundation/admin-portal/app-settings.md)
- [Header](https://docs.foundationtemplate.com/foundation/admin-portal/header.md)
- [Pages & Sidebar Menu](https://docs.foundationtemplate.com/foundation/admin-portal/pages-and-sidebar-menu.md): Easily manage each page's settings, including the sidebar menu
- [Users](https://docs.foundationtemplate.com/foundation/admin-portal/users.md)
- [ChatGPT](https://docs.foundationtemplate.com/foundation/admin-portal/chatgpt.md)
- [Emails & Templates](https://docs.foundationtemplate.com/foundation/admin-portal/emails-and-templates.md)
- [SendGrid API](https://docs.foundationtemplate.com/foundation/admin-portal/emails-and-templates/sendgrid-api.md)
- [Workflows](https://docs.foundationtemplate.com/foundation/admin-portal/emails-and-templates/workflows.md)
- [Dynamic Tags](https://docs.foundationtemplate.com/foundation/admin-portal/emails-and-templates/dynamic-tags.md)
- [User Authentication](https://docs.foundationtemplate.com/foundation/user-authentication.md)
- [User Roles](https://docs.foundationtemplate.com/foundation/user-authentication/user-roles.md)
- [Waitlist](https://docs.foundationtemplate.com/foundation/user-authentication/waitlist.md)
- [Google SSO](https://docs.foundationtemplate.com/foundation/user-authentication/google-sso.md)
- [Page Templates](https://docs.foundationtemplate.com/foundation/page-templates.md)
- [Dashboard](https://docs.foundationtemplate.com/foundation/page-templates/dashboard.md)
- [Landing Page](https://docs.foundationtemplate.com/foundation/page-templates/landing-page.md)
- [Onboarding Page](https://docs.foundationtemplate.com/foundation/page-templates/onboarding-page.md)
- [Reusable Elements](https://docs.foundationtemplate.com/foundation/reusable-elements.md)
- [Horizontal Scroll Table](https://docs.foundationtemplate.com/foundation/reusable-elements/horizontal-scroll-table.md)
- [Icon Selector](https://docs.foundationtemplate.com/foundation/reusable-elements/icon-selector.md)
- [Page Sidebars](https://docs.foundationtemplate.com/foundation/reusable-elements/page-sidebars.md)
- [Popout Sidebar FG](https://docs.foundationtemplate.com/foundation/reusable-elements/popout-sidebar-fg.md)
- [Company, Team & Invites](https://docs.foundationtemplate.com/foundation/company-team-and-invites.md): Providing the database structure for growing SaaS platforms.


---

# 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.foundationtemplate.com/foundation.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.
