# Knowledge Base

This knowledge base contains advanced tips and tricks for Ajax Search Pro for WordPress plugin.

{% hint style="success" %}
Don't have an Ajax Search Pro license yet? Check out [the pricing!](https://ajaxsearchpro.com/pricing/)
{% endhint %}

### I need help with installing and setting up the plugin

Please check the [plugin documentation](https://documentation.ajaxsearchpro.com/) first.

### How do I implement the custom codes suggested in the tutorials?

Please read the [Safe Coding Guideline](https://knowledgebase.ajaxsearchpro.com/safe-coding-guideline).&#x20;


---

# 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://knowledgebase.ajaxsearchpro.com/master.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.
