# Welcome!

## Welcome to SeoToolkit

Here you can find all the documentation to get started with SeoToolkit! There are various sections for each of the different functionalities of this package.

SeoToolkit is split up into multiple Nuget packages. This is because you might not always need to have all the features. Maybe you already have functionalities in place for rendering your sitemap, so then the sitemap functionality isn't really needed for you. Due to all functionalities being in other packages, it'll keep the size of your application down by only including the functionalities that you need!

## Need more help?

Then go over to our [Github](https://github.com/patrickdemooij9/uSeoToolkit.Umbraco) and ask it there! We can then improve this documentation with the answers given.


---

# 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://seotoolkit.gitbook.io/useotoolkit/welcome.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.
