# Support

## Report a bug

If you think you have found a bug, please post an issue on our [issue tracker](https://github.com/webcreate/infinite-ajax-scroll/issues).

Before posting, please consider the following:

1. Are you using the latest version of Infinite Ajax Scroll?
2. Have you searched for existing issues, before creating a new one?

## Have a question?

Despite our efforts to provide you with the best possible documentation on implementing Infinite Ajax Scroll into your project, you may still have a question.

Unfortunately we don't provide dedicated personal support, as we are spending all our time on improving Infinite Ajax Scroll and it's documentation.

But what you can do is:

1. Ask your question on [StackOverflow](https://stackoverflow.com/questions/tagged/jquery-ias)
2. Ask [our community of Infinite Ajax Scroll users](https://spectrum.chat/infiniteajaxscroll)


---

# 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.infiniteajaxscroll.com/support.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.
