> ## 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.

# Object Explorer

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>;
};

export const InlineImage = ({src, alt = '', height = '2em'}) => {
  return <img src={src} alt={alt} style={{
    display: 'inline',
    verticalAlign: 'start',
    height: height,
    margin: '0'
  }} />;
};

[localhost link]: http://localhost:3000/docs/5/fusion/intro/ui-tour/object-explorer

[mintlify link]: https://doc.lucidworks.com/docs/5/fusion/intro/ui-tour/object-explorer

[old doc.lw link]: https://doc.lucidworks.com/fusion/5.9/121

Object Explorer lets you easily find and manage Fusion *objects* within a specific app and across multiple apps in an entire Fusion deployment.

<Card title="Object Explorer Quick Learning" class="note-image" href="https://academy.lucidworks.com/object-explorer" cta="Take this course on the LucidAcademy." icon="graduation-cap" iconType="duotone">
  The quick learning for **Object Explorer Quick Learning** focuses on a brief overview of the Object Explorer.
</Card>

<Card title="The Object Explorer" class="note-image" href="https://academy.lucidworks.com/the-object-explorer" cta="Take this course on the LucidAcademy." icon="graduation-cap" iconType="duotone">
  The course for **The Object Explorer** focuses on how to view and manage objects such as collections, datasources, index and query pipelines, index and query profiles, and parsers within apps and share them to other applications.
</Card>

<LwTemplate />

## Fusion apps and objects

*Fusion apps* provide tailored search functionality to specific groups of users.

An app is a named set of linked *objects*, including collections, datasources, index and query pipelines, index and query profiles, parsers, and more.
You can define security on a per-app basis using [roles](/docs/5/fusion/operations/security/access-control/roles) and
[security realms](/docs/5/fusion/operations/security/access-control/security-realms).

The **Create App** modal can be accessed by clicking Create App. When naming an app, the name must start with a letter and can include letters, numbers, dashes (`-`), or underscores (`_`), with a maximum length of 128 characters.

**To edit an app, access the **Edit App** modal by clicking on the settings cog icon on the app tile. Click on the pencil icon by the app name in the modal to edit the app name.**

Generally, you will create multiple apps for different purposes. You can view all of your apps in the launcher when you log in to the Fusion UI:

<img src="https://mintcdn.com/lucidworks/L5PMnIeZ03zhv8Ti/assets/images/5.6/launcher-1-56.png?fit=max&auto=format&n=L5PMnIeZ03zhv8Ti&q=85&s=38545558a2d60fa332211f570f514635" alt="Launcher" width="2454" height="1608" data-path="assets/images/5.6/launcher-1-56.png" />

To enter the Fusion workspace for any app, click the app name.

In the Fusion workspace, you can hover over <InlineImage src="/assets/images/5.6/workspace-menu-apps-56.png" /> to switch to another app, create a new app, or return to the launcher:

<img src="https://mintcdn.com/lucidworks/VKnUHJXP6sWH55ak/assets/images/5.6/workspace-app-picker-56.png?fit=max&auto=format&n=VKnUHJXP6sWH55ak&q=85&s=de97a7809a0393da5a7426675edf6687" alt="App picker" width="150" data-path="assets/images/5.6/workspace-app-picker-56.png" />

An object is something that has a specific function in a Fusion app, such as an index pipeline or Spark job. It is often something that you configure. An app is an object. Several object types are *groups* that group other objects. For more information about object types, see [Object types](#object-types).

## What you can do in Object Explorer

In Object Explorer, you can explore objects.

<Note>
  Which objects you can explore depends on the [permissions](/docs/5/fusion/operations/security/access-control/permissions) that your security realm and user definition grant you. As the user `admin`, you can explore all objects supported by Object Explorer.
</Note>

* **Determine which objects are in which apps.** You can determine which objects are in the current app, in any app, in no apps, and in any app or no apps. When you navigate to an object, you can display the apps that the object is in.
* **View and navigate between related objects.** In Object Explorer, related objects are connected by lines. Clicking an object moves it to the center of the Object Explorer window and displays related objects around it.
* **View related objects.** When you select an object, Object Explorer centers and displays related objects around it, connected by lines, for example:

  <img src="https://mintcdn.com/lucidworks/l9y7VqRhZkN9hmR0/assets/images/4.0/object-explorer.png?fit=max&auto=format&n=l9y7VqRhZkN9hmR0&q=85&s=726ccacd77622fbcd1980a55ba1cf518" alt="Object Explorer" width="2560" height="1412" data-path="assets/images/4.0/object-explorer.png" />
* **Perform some management tasks.** You can perform some management tasks inside Object Explorer. For example, you can schedule jobs and tasks from Object Explorer. For other management tasks, Object Explorer takes you to where you need to be.
* **Add and remove objects** (*Advanced feature*) - When you create an app, it consists of objects. When you create additional apps, Fusion can *share* some objects across apps. Shared objects are in the `_shared` system group, and they have multiple dots on them, one for each app they are in.\
  In some cases, you might want to remove an object from an app (undo sharing) or add an object to an app. For example, after configuring a parser in one app, you could share the parser with other apps, *without having to share things you do not want to share*, for example, the collection.

## Object types

You can explore these types of objects with Object Explorer:

|                                                                                                                                                                       |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <InlineImage src="/assets/images/4.0/icons/oe-object-app.png" /> App                                                                                                  |
| <InlineImage src="/assets/images/4.0/icons/oe-object-job.png" /> Spark job or task                                                                                    |
| <InlineImage src="/assets/images/4.0/icons/oe-object-collection.png" /> Collection                                                                                    |
| <InlineImage src="/assets/images/4.0/icons/oe-object-datasource.png" /> Datasource                                                                                    |
| <InlineImage src="/assets/images/4.0/icons/oe-object-index-pipeline.png" /> Index pipeline                                                                            |
| <InlineImage src="/assets/images/4.0/icons/oe-object-parser.png" /> Parser                                                                                            |
| <InlineImage src="/assets/images/4.0/icons/oe-object-query-pipeline.png" /> Query pipeline                                                                            |
| <InlineImage src="/assets/images/4.0/icons/oe-object-generic.png" /> A generic icon that is currently used for query profiles, index profiles, blobs, and experiments |
| <InlineImage src="/assets/images/4.0/icons/oe-recommendations-group.png" /> Recommendations group                                                                     |
| <InlineImage src="/assets/images/4.0/icons/oe-system-group.png" /> System group                                                                                       |
| <InlineImage src="/assets/images/4.0/icons/oe-user-defined-group.png" /> User-defined group or Fusion-defined group that is not a system group                        |
