# SSK-Core Features

- [UI Components](https://docs.startupstarterkits.com/ssk-core-features/ui.md)
- [Root Layout](https://docs.startupstarterkits.com/ssk-core-features/root-layout.md): RootLayout Component for SSK
- [SEO](https://docs.startupstarterkits.com/ssk-core-features/seo.md): SEO and Open Graph Configuration for SSK
- [Icons](https://docs.startupstarterkits.com/ssk-core-features/app-icons.md)
- [Feature Flags](https://docs.startupstarterkits.com/ssk-core-features/feature-flags.md)
- [Utilities](https://docs.startupstarterkits.com/ssk-core-features/utils.md)
- [Templates](https://docs.startupstarterkits.com/ssk-core-features/index.md)
- [Privacy Policy Template](https://docs.startupstarterkits.com/ssk-core-features/index/privacy-policy.md)
- [Terms of Service Template](https://docs.startupstarterkits.com/ssk-core-features/index/tos.md)


---

# 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.startupstarterkits.com/ssk-core-features.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.
