# SphinxSE

- [About SphinxSE](https://mariadb.com/docs/server/server-usage/storage-engines/sphinx-storage-engine/about-sphinxse.md): SphinxSE is a storage engine that connects MariaDB to the Sphinx search daemon, enabling advanced full-text search capabilities within MariaDB.
- [Installing Sphinx](https://mariadb.com/docs/server/server-usage/storage-engines/sphinx-storage-engine/installing-sphinx.md): Instructions for installing the standalone Sphinx search server on various operating systems, a prerequisite for using the SphinxSE storage engine.
- [Installing and Testing SphinxSE with MariaDB](https://mariadb.com/docs/server/server-usage/storage-engines/sphinx-storage-engine/installing-and-testing-sphinxse-with-mariadb.md): Learn how to install the SphinxSE plugin in MariaDB and run tests to verify the connection between the database and the Sphinx daemon.
- [Configuring Sphinx](https://mariadb.com/docs/server/server-usage/storage-engines/sphinx-storage-engine/configuring-sphinx.md): A guide to configuring the Sphinx daemon (\`searchd\`) to index data from MariaDB, including setting up \`sphinx.conf\` and creating necessary users.


---

# 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://mariadb.com/docs/server/server-usage/storage-engines/sphinx-storage-engine.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.
