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

# Trigger a job

> Trigger a job to manually execute NexusOne's Ask, Engineer, or Ingest workflows.

There are times where you have configured your Ask, Engineer, or Ingest job to run only once.
In this case, if you want to run it again, then you can manually trigger a single execution of the job.

## Prerequisite

Appropriate permission: `airflow_user` and `nx1_monitor`

## Trigger a job

<Tabs>
  <Tab title="Web portal" icon="browser">
    Perform these steps to trigger a job.

    1. Log in to NexusOne.
    2. On the NexusOne homepage, click **Monitor**.
    3. In the Active Jobs table, you should see entries for all scheduled jobs. Click the three dots `...`
       menu, and then select **Trigger job**. NexusOne begins to run the job, and the job status changes from `New` to `Running`.
  </Tab>

  <Tab title="CLI" icon="square-terminal">
    Use the following API endpoint to [trigger a job](/cli-reference/nx1/jobs#trigger).
  </Tab>

  <Tab title="REST API" icon="code">
    Use the following API endpoint to [trigger a job](/api-reference/endpoints/jobs/trigger-job).
  </Tab>
</Tabs>

## Additional resources

* For more information about data ingestion, refer to [Ingest Overview](/documentation/data-pipeline/overview/ingest).
* For more information about data insights, refer to [Ask Overview](/documentation/ai/overview/ask).
* For more information about data transformation, refer to [Engineer Overview](/documentation/data-pipeline/overview/engineer).
* For more information about roles or permissions, refer to [Govern Overview](/documentation/govern/overview).
