# Frequently Asked

- [FAQs](https://help.aphex.co/docs/frequently-asked/faqs.md)
- [How do I Add & Remove Filters?](https://help.aphex.co/docs/frequently-asked/faqs/how-do-i-add-and-remove-filters.md)
- [Where have my Tasks gone?](https://help.aphex.co/docs/frequently-asked/faqs/where-have-my-tasks-gone.md)
- [Can I change the sort order of Tasks and Packages?](https://help.aphex.co/docs/frequently-asked/faqs/can-i-change-the-sort-order-of-tasks-and-packages.md)
- [Why can't I delete a Task?](https://help.aphex.co/docs/frequently-asked/faqs/why-cant-i-delete-a-task.md)
- [Why are the successors not scheduling?](https://help.aphex.co/docs/frequently-asked/faqs/why-are-the-successors-not-scheduling.md)
- [How do I delete multiple Tasks?](https://help.aphex.co/docs/frequently-asked/faqs/how-do-i-delete-multiple-tasks.md)
- [Why were some Tasks skipped from updating?](https://help.aphex.co/docs/frequently-asked/faqs/why-were-some-tasks-skipped-from-updating.md)
- [Why can't I upload an image for my Location?](https://help.aphex.co/docs/frequently-asked/faqs/why-cant-i-upload-an-image-for-my-location.md)
- [How do I make changes in bulk?](https://help.aphex.co/docs/frequently-asked/faqs/how-do-i-make-changes-in-bulk.md)
- [How do I add new Users to the Project?](https://help.aphex.co/docs/frequently-asked/faqs/how-do-i-add-new-users-to-the-project.md)
- [How do I set a Reviewer?](https://help.aphex.co/docs/frequently-asked/faqs/how-do-i-set-a-reviewer.md)
- [How can I use Aphex to update P6?](https://help.aphex.co/docs/frequently-asked/faqs/how-can-i-use-aphex-to-update-p6.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://help.aphex.co/docs/frequently-asked.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.
