# How Many Jobs Should We Use?

### Recommended Job Segmentations

We recommend creating one Job per logical grouping of infrastructure. This allows [cloud-concierge](https://github.com/dragondrop-cloud/cloud-concierge) recommendations for different infrastructure groupings to be assigned to relevant engineers with expertise in that particular grouping, and keeps recommendations relevant and focused for those reviewing them.

Some examples of infrastructure groupings for assigning cloud-concierge jobs:

* Infrastructure segmented by application.
* Infrastructure segmented by managing team.
* Infrastructure segmented by Cloud Provider
* Infrastructure segmented by development environment (dev, prod, staging)

### Hard Restrictions

The only hard restriction is that a single cloud-concierge container can only output recommendations and results to a single repository in your version control system.

### No Restrictions

* A Job can be run an unlimited number of times each month.


---

# 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.dragondrop.cloud/product-docs/getting-started/jobs/how-many-jobs-should-we-use.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.
