> ## Documentation Index
> Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Administration

export const LwTemplate = ({title = "Key questions to get you started", icon = "sparkles", cta = "Powered by Agent Studio", linkHref = "https://lucidworks.com/demo/?utm_source=docs&utm_medium=referral&utm_campaign=docs_cta_ai"}) => {
  const [isLoaded, setIsLoaded] = useState(false);
  useEffect(() => {
    const timer = setTimeout(() => {
      setIsLoaded(true);
    }, 500);
    return () => clearTimeout(timer);
  }, []);
  return <div className="lw-template-container">
      <Card title={title} icon={icon}>
        {isLoaded && <span dangerouslySetInnerHTML={{
    __html: `<lw-template id="a029c1a9-28be-427e-b0e1-5d918920246a"></lw-template
            >`
  }} />}
        <Link href={linkHref} className="agent-studio-link text-left text-gray-600 gap-2 dark:text-gray-400 text-sm font-medium flex flex-row items-center hover:text-primary dark:hover:text-primary-light group-hover:text-primary group-hover:dark:text-primary-light">Powered by Lucidworks Agent Studio</Link>
      </Card>
    </div>;
};

[localhost link]: http://localhost:3000/docs/lucidworks-search/08-administration/overview

[mintlify link]: https://doc.lucidworks.com/docs/lucidworks-search/08-administration/overview

[old doc.lw link]: https://doc.lucidworks.com/managed-fusion/5.9/7asssb

To ensure Lucidworks Search operates efficiently and successfully, use the information in these topics to configure Lucidworks Search correctly and monitor system processes.

<Card title="Managing Fusion" class="note-image" href="https://academy.lucidworks.com/path/managing-fusion" cta="Take this course on the LucidAcademy." icon="graduation-cap" iconType="duotone">
  The learning path for **Managing Fusion** focuses on how to navigate the available technical support and resources for Lucidworks Search.
</Card>

<LwTemplate />

## Access control

Configuring your [users' access](/docs/lucidworks-search/08-administration/access-control/overview) to different parts of Lucidworks Search ensures that they can access only the parts of Lucidworks Search that are necessary to perform essential functions.

You can create users and realms to give your connectors and APIs only the access they need.

* Use an [API key](/docs/lucidworks-search/08-administration/access-control/api-keys) instead of a username and password combination to power your search application or operations.
* Set UI or API [permissions](/docs/lucidworks-search/08-administration/access-control/permissions) to determine what a user can do in Lucidworks Search.
* Combine sets of permissions into [roles](/docs/lucidworks-search/08-administration/access-control/roles) to grant users access to specific parts of the Lucidworks Search UI or API.
* Authenticate users into Lucidworks Search with [security realms](/docs/lucidworks-search/08-administration/access-control/security-realms).

## Security options

Security is essential to ensure successful operations.

The [Security concept page](/docs/lucidworks-search/08-administration/security) provides general information about authentication and authorization of users, as well as links to more detailed instructions.

## Monitoring functions

After Lucidworks Search is configured and operational, monitoring is required to maintain successful platform operations. The [Monitoring](/docs/lucidworks-search/08-administration/monitoring/overview) section provides information and links to observe, investigate, and troubleshoot issues.

## Lucidworks Search jobs and job scheduling

Jobs are system tasks that load and aggregate data, train models, and perform other activities to help keep your search platform running efficiently. For more information, see [Jobs and scheduling](/docs/lucidworks-search/08-administration/jobs-scheduling/overview).
