> For the complete documentation index, see [llms.txt](https://inten-jobs.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inten-jobs.gitbook.io/knowledge-base/job-seekers-start-here.md).

# Job seekers Start Here

- [Quick start for job seekers](https://inten-jobs.gitbook.io/knowledge-base/job-seekers-start-here/quick-start-for-job-seekers.md): We are on a mission to to empower 1 million Filipino job seekers to not only change their job titles to 'Employed,' but also to foster long-term career growth and stability by 2026.
- [FAQ](https://inten-jobs.gitbook.io/knowledge-base/job-seekers-start-here/faq.md): Get the answers to our most frequently asked questions.
- [Guides](https://inten-jobs.gitbook.io/knowledge-base/job-seekers-start-here/guides.md): We've carefully crafted these support guides to provide you with the optimal tools for success in your job search.
- [Create the perfect resume](https://inten-jobs.gitbook.io/knowledge-base/job-seekers-start-here/guides/create-the-perfect-resume.md): A great resume is key to landing your dream job. In order to create the perfect resume, there are a few things to keep in mind.
- [Create the perfect introduction video](https://inten-jobs.gitbook.io/knowledge-base/job-seekers-start-here/guides/create-the-perfect-introduction-video.md): How can you be seen first or faster by the employer? In this blog, we will uncover how.
- [Scripts for intro videos](https://inten-jobs.gitbook.io/knowledge-base/job-seekers-start-here/scripts-for-intro-videos.md): If you are unsure of what to say in your introduction video, stress no more. By the end of this short support article, you'll know exactly what to say.
- [With work experience](https://inten-jobs.gitbook.io/knowledge-base/job-seekers-start-here/scripts-for-intro-videos/with-work-experience.md): This script is for you if you answer yes to the following statement: I have worked for a company before
- [Without work experience](https://inten-jobs.gitbook.io/knowledge-base/job-seekers-start-here/scripts-for-intro-videos/without-work-experience.md): This script is for you if you answer yes to the following statement: This is my first job
- [With a little work experience](https://inten-jobs.gitbook.io/knowledge-base/job-seekers-start-here/scripts-for-intro-videos/with-a-little-work-experience.md): This script is for you if you answer yes to the following statement: I'm still new to working


---

# 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://inten-jobs.gitbook.io/knowledge-base/job-seekers-start-here.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.
