> For the complete documentation index, see [llms.txt](https://uxper.gitbook.io/civi-job-board-wordpress-theme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uxper.gitbook.io/civi-job-board-wordpress-theme/candidate-package/how-to-create-a-candidate-package.md).

# How to Create a Candidate Package

1. From the admin dashboard go to **Civi Candidate**-> **Package** ->**Add New**

<figure><img src="/files/YOWJm0JeKWvBQKFZZA0F" alt=""><figcaption></figcaption></figure>

2\. Next, enter a title and select the option that you want to show in the package. And then, click Publish to save and publish the package

<div data-full-width="true"><figure><img src="/files/jcpSuw27rT02w0mGZ23u" alt=""><figcaption></figcaption></figure></div>

<div data-full-width="true"><figure><img src="/files/ej5ImlSy846OpY3Oi5rq" alt=""><figcaption></figcaption></figure></div>

* Add Title: Enter the package name.
* Unlimited service: Option to set the number of services that the candidate can create.
* Unlimited Service Featured: Option to set the number of featured services that the candidate can create.
* Show Job Apply: The option to allow/deny the number of candidates who can apply for the job.
* Show Job Wishlist: The option to allow/deny the number of candidates who can add to the job wishlist.
* Show Company Follow: The option to allow/deny the number of candidates who can follow the company.
* View contact company in jobs: The option to allow/deny candidates can see company contact information on the job single page.
* View info company: The option to allow/deny candidates can see company information on the company single page.
* Send message: The option to allow/deny candidates can send a message to the employer.
* Review and comment: The option to allow/deny candidates can write comments and rate stars.
* Free package: Options can allow this package to be free or paid.
* Package Price: Enter package price.
* Unlimited Time: Set the time allowed to use the package.
* Order Number Display via FrontEnd: Set the display order of packages outside the Frontend.
* Is Featured: Set this package as the featured package.
* Is visible: Set to hide/show the package outside the frontend
* Custom field Package: Can add other fields that are appropriate for the package.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://uxper.gitbook.io/civi-job-board-wordpress-theme/candidate-package/how-to-create-a-candidate-package.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
