> 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 # [Velo](https://dev.wix.com/docs/api/get-menu-content?url=https%3A%2F%2Fdev.wix.com%2Fdocs%2Fvelo&format=markdown.md) ## [APIs](https://dev.wix.com/docs/velo/apis.md) ### [wix-crm.v2](https://dev.wix.com/docs/velo/apis/wix-crm-v2.md) #### [Tasks](https://dev.wix.com/docs/velo/apis/wix-crm-v2/tasks.md) - [Introduction](https://dev.wix.com/docs/velo/apis/wix-crm-v2/tasks/introduction.md) - [countTasks()](https://dev.wix.com/docs/velo/apis/wix-crm-v2/tasks/count-tasks.md) - [createTask()](https://dev.wix.com/docs/velo/apis/wix-crm-v2/tasks/create-task.md) - [deleteTask()](https://dev.wix.com/docs/velo/apis/wix-crm-v2/tasks/delete-task.md) - [getTask()](https://dev.wix.com/docs/velo/apis/wix-crm-v2/tasks/get-task.md) - [moveTaskAfter()](https://dev.wix.com/docs/velo/apis/wix-crm-v2/tasks/move-task-after.md) - [queryTasks()](https://dev.wix.com/docs/velo/apis/wix-crm-v2/tasks/query-tasks.md) - [updateTask()](https://dev.wix.com/docs/velo/apis/wix-crm-v2/tasks/update-task.md) ##### [TasksQueryBuilder](https://dev.wix.com/docs/velo/apis/wix-crm-v2/tasks/tasks-query-builder.md) - [ascending()](https://dev.wix.com/docs/velo/apis/wix-crm-v2/tasks/tasks-query-builder/ascending.md) - [descending()](https://dev.wix.com/docs/velo/apis/wix-crm-v2/tasks/tasks-query-builder/descending.md) - [eq()](https://dev.wix.com/docs/velo/apis/wix-crm-v2/tasks/tasks-query-builder/eq.md) - [exists()](https://dev.wix.com/docs/velo/apis/wix-crm-v2/tasks/tasks-query-builder/exists.md) - [find()](https://dev.wix.com/docs/velo/apis/wix-crm-v2/tasks/tasks-query-builder/find.md) - [ge()](https://dev.wix.com/docs/velo/apis/wix-crm-v2/tasks/tasks-query-builder/ge.md) - [gt()](https://dev.wix.com/docs/velo/apis/wix-crm-v2/tasks/tasks-query-builder/gt.md) - [in()](https://dev.wix.com/docs/velo/apis/wix-crm-v2/tasks/tasks-query-builder/in.md) - [le()](https://dev.wix.com/docs/velo/apis/wix-crm-v2/tasks/tasks-query-builder/le.md) - [limit()](https://dev.wix.com/docs/velo/apis/wix-crm-v2/tasks/tasks-query-builder/limit.md) - [lt()](https://dev.wix.com/docs/velo/apis/wix-crm-v2/tasks/tasks-query-builder/lt.md) - [ne()](https://dev.wix.com/docs/velo/apis/wix-crm-v2/tasks/tasks-query-builder/ne.md) - [skipTo()](https://dev.wix.com/docs/velo/apis/wix-crm-v2/tasks/tasks-query-builder/skip-to.md) ##### [TasksQueryResult](https://dev.wix.com/docs/velo/apis/wix-crm-v2/tasks/tasks-query-result.md) - [cursors](https://dev.wix.com/docs/velo/apis/wix-crm-v2/tasks/tasks-query-result/cursors.md) - [items](https://dev.wix.com/docs/velo/apis/wix-crm-v2/tasks/tasks-query-result/items.md) - [length](https://dev.wix.com/docs/velo/apis/wix-crm-v2/tasks/tasks-query-result/length.md) - [pageSize](https://dev.wix.com/docs/velo/apis/wix-crm-v2/tasks/tasks-query-result/page-size.md) - [query](https://dev.wix.com/docs/velo/apis/wix-crm-v2/tasks/tasks-query-result/query.md) - [hasNext()](https://dev.wix.com/docs/velo/apis/wix-crm-v2/tasks/tasks-query-result/has-next.md) - [hasPrev()](https://dev.wix.com/docs/velo/apis/wix-crm-v2/tasks/tasks-query-result/has-prev.md) - [next()](https://dev.wix.com/docs/velo/apis/wix-crm-v2/tasks/tasks-query-result/next.md) - [prev()](https://dev.wix.com/docs/velo/apis/wix-crm-v2/tasks/tasks-query-result/prev.md)