> For the complete documentation index, see [llms.txt](https://docs.fuku.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fuku.ai/user-manual-guide/publish-your-docs.md).

# How Do I Post A Job Advertisement?

1. Start by selecting either “Create Job Description with AI” or “Upload JD”.![](https://2841697798-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fu0Ol6hN5lIMoH0mSf1wI%2Fuploads%2FREcdL40g8hdfCHhulyLD%2Fimage.png?alt=media\&token=be73d85e-a5ea-4bc0-afe3-021f960e2503)
2. Complete the 5-Step Setup.

&#x20;  ![](https://2841697798-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fu0Ol6hN5lIMoH0mSf1wI%2Fuploads%2FxDDw9msGh6wMiXELS8tb%2Fimage.png?alt=media\&token=10f88b15-f2c9-4e91-82f8-bedc059e94d9)

3. After the 5 steps, you will be taken to a final confirmation page.

* Enable “Post Job to LinkedIn”.
* Enter the **Company URL**. *(Click “?” if you are unsure what to enter.)*
* Enable **AI interview function** if you would like to use the AI Interview feature.
* Optional: Specify the email address where candidate CVs should be forwarded.
* Make last edits to refine the job posting before publishing.

<figure><img src="https://2841697798-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fu0Ol6hN5lIMoH0mSf1wI%2Fuploads%2FQz8KieOHWuEZVQKfQniQ%2Fimage.png?alt=media&amp;token=00ae91fd-f54b-49fb-8449-22a5d04a25ed" alt=""><figcaption></figcaption></figure>

4. Click “Save” and the job will be posted shortly. Please note there may be a delay, so the job will initially appear as “Pending.”

<figure><img src="https://2841697798-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fu0Ol6hN5lIMoH0mSf1wI%2Fuploads%2FlDPn8rztVcRcjQSQzZDL%2Fimage.png?alt=media&amp;token=ff995a9a-2fe2-44a4-897c-5daae9d3a244" alt=""><figcaption></figcaption></figure>


---

# 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://docs.fuku.ai/user-manual-guide/publish-your-docs.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.
