# Developer Docs Documentation > The Developer Docs is where you'll find comprehensive guides and documentation to help you start working with Bob as quickly as possible. Fetch the complete documentation index at: https://apidocs.hibob.com/llms.txt. Use this file to discover all available pages before exploring further. Append .md to any documentation page URL to get its markdown version. ## API Reference: Skills API - [Skills](https://apidocs.hibob.com/reference/skills.md): Learn how to manage Skills in Bob via the Public API - [Create skills](https://apidocs.hibob.com/reference/post_skills.md): Bulk-create API-origin skills with per-item results. - [Update skills](https://apidocs.hibob.com/reference/patch_skills.md): Bulk-update API-origin skills resolved by source + externalId locator. - [Archive skills](https://apidocs.hibob.com/reference/patch_skills-archive.md): Bulk-archive (soft-delete) API-origin skills by source + externalId locator. - [List proficiency levels](https://apidocs.hibob.com/reference/get_skills-proficiency-levels.md): List the company's proficiency levels, referenced by ID on skill create and update. - [Search skills](https://apidocs.hibob.com/reference/post_skills-search.md): Search API-origin skills with field projection, filters, and cursor pagination.