> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/business-solutions/blog/category/introduction.md ## Article Content: # About the Categories API The Categories API allows you to get and query blog categories. Categories let Wix users sort blog posts into different topics covered on a site. This gives site visitors an idea of what the Wix user's blog posts are about, and makes it easier for them to find relevant content. There can be up to 100 categories per language on a blog, and up to 10 categories per post. Categories appear in the Category Menu in the order they were created. With the Wix Categories API, you can: - List, create, update, and delete categories. - Retrieve categories by their slug. - Query categories based on specific criteria. - Enable users to organize and categorize content efficiently. ## Terminology - **Post**: A published article on a blog site. It is also referred to as a publication. A blog can have up to 100K posts. - **Draft Post**: An article written by a site owner, blog editor, blog writer, or a guest writer that is not yet published. - **Category**: A group of similar and related posts. A post can be assigned to a maximum of 10 categories. - **Tag**: A way to further sort and organize blog posts. Tags provide the ability to filter blog posts. @sdk_package_setup