# Request Types

## Tasks that are NOT considered requests

{% hint style="info" %}
Only exception to this is if these tasks are requested in bulk. Such as migrating mass amounts of blogs, making large amounts of content edits to the website, etc.
{% endhint %}

* Basic content updates (Links, Images, Text, Etc...)
* Publishing changes
* Adding simple 3rd party integrations (code snippets, etc)
* Basic style changes

## Tasks that ARE considered requests

* Connecting website to domain
* Building new pages
* Adding new sections to existing pages
* Custom code projects
* Complex third party third party integrations (Integrations with APIs, etc.)

## Tasks that may need to be quoted separately:

{% hint style="info" %}
These tasks may be quoted separately due to their size and complexity.
{% endhint %}

* Web app projects (Wized, Outseta, Memberstack, etc)
* New website


---

# 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://help.fitrmedia.com/fitr+/request-types.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.
