# Shortcodes

#### All shortcodes for the theme

| Dashboard Employer          | This page show dashboard.                                                                 | `[civi_dashboard]`                                             |
| --------------------------- | ----------------------------------------------------------------------------------------- | -------------------------------------------------------------- |
| Jobs Performance            | This page show jobs performance.                                                          | `[civi_jobs_performance]`                                      |
| Jobs                        | This page show all jobs in dashboard.                                                     | `[civi_jobs]`                                                  |
| New Jobs                    | This page allows users to add jobs to your website via the front-end.                     | `[civi_jobs_submit]`                                           |
| Applicants                  | This page allows users to view their own "Applicants" via the front-end.                  | `[civi_applicants]`                                            |
| Candidates For Employer     | This page allows users to view their own "Candidates For Employer" via the front-end.     | `[civi_candidates]`                                            |
| User Packages               | This page allows users to view their own "User Package" via the front-end.                | `[civi_user_package]`                                          |
| Messages Employer           | This page allows users to view their own "Messages Employer" via the front-end.           | `[civi_messages]`                                              |
| Company                     | This page allows users to view their own "Company" via the front-end.                     | `[civi_company]`                                               |
| New Company                 | This page allows users to view their own "Company" via the front-end.                     | `[civi_submit_company]`                                        |
| Settings Employer           | This page allows users to view their own "Settings Employer" via the front-end.           | `[civi_settings]`                                              |
| Meetings Employer           | This page allows users to view their own "Meetings Employer" via the front-end.           | `[civi_meetings]`                                              |
| Packages                    | This page allows users to view their own "Packages" via the front-end.                    | `[civi_package]`                                               |
| Payment                     | This page allows users to view their own "Payment" via the front-end.                     | `[civi_payment]`                                               |
| Payment Completed           | This page allows users to view their own "Payment Completed" via the front-end.           | `[civi_payment_completed]`                                     |
| Dashboard Candidate         | This page allows users to view their own "Dashboard Candidate" via the front-end.         | `[civi_candidate_dashboard]`                                   |
| Candidate Settings          | This page allows users to view their own "Candidate Settings" via the front-end.          | `[civi_candidate_settings]`                                    |
| Candidate Company           | This page allows users to view their own "Candidate Company" via the front-end.           | `[civi_candidate_company]`                                     |
| Candidate Profile           | This page allows users to view their own "Candidate Profile" via the front-end.           | `[civi_candidate_profile]`                                     |
| My Review                   | This page allows users to view their own "My Review" via the front-end.                   | `[civi_candidate_my_review]`                                   |
| Candidate\_My\_Job          | This page allows candidates to view their own "My Jobs" via the front-end.                | \[civi\_my\_jobs]                                              |
| Candidate Meetings          | This page allows users to view their own "Candidate Meetings" via the front-end.          | `[civi_candidate_meetings]`                                    |
| Candidate User Package      | This page allows users to view their own "Candidate User Package" via the front-end.      | `[civi_candidate_user_package]`                                |
| Candidate Package           | This page users to view their own "Candidate Package" via the front-end.                  | `[civi_candidate_package]`                                     |
| Candidate Payment           | This page allows users to view their own "Candidate Payment" via the front-end.           | `[civi_candidate_payment]`                                     |
| Candidate Payment Completed | This page allows users to view their own "Candidate Payment Completed" via the front-end. | <p><code>\[civi\_candidate\_payment\_completed]</code><br></p> |
| Employer Service            | This page allows users to view their own "Employer Service" via the front-end.            | `[civi_employer_service]`                                      |
| Candidate Service           | This page allows users to view their own "Candidate Service" via the front-end.           | `[civi_candidate_service]`                                     |
| Service Submit              | This page allows users to view their own "Service Submit" via the front-end.              | `[civi_submit_service]`                                        |
| Service Payment             | This page allows users to view their own "Service Payment" via the front-end.             | `[civi_service_payment]`                                       |
| Service Payment Completed   | This page allows users to view their own "Service Payment Completed" via the front-end.   | `[civi_service_payment_completed]`                             |


---

# 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://uxper.gitbook.io/civi-job-board-wordpress-theme/shortcodes.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.
