# Running a manual job

In addition to scheduled runs, you can trigger a job manually using one of the following options:

1. While setting up a project, you are prompted to choose the scraping frequency. Find the "Just scrape once" option from the dropdown menu. Choosing this option and clicking on "save project" ensures the job will be triggered right away and will run **only once**.

<figure><img src="/files/GSAdH25nW2VCNnUvGFID" alt="" width="563"><figcaption></figcaption></figure>

2. You can manually start a job, by clicking on the "Run job now" button inside the project details page. This option is available for all projects, so it does not matter if the status is "Scheduled" or "Not scheduled".

<figure><img src="/files/zZtreB3WKmzsp3iKW3za" alt="" width="329"><figcaption></figcaption></figure>

{% hint style="danger" %}
A new job can only be started if there are no other running jobs. All jobs have to be finished (project-specific), in order to start a new one.&#x20;
{% endhint %}


---

# 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://docs.scraperapi.com/data-pipeline/creating-a-datapipeline-project/running-a-manual-job.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.
