# Work with Projects and Accounts

When working with projects and accounts, you can do the following:

* [Remove Information from a Project](/api-and-database/api-docs/cookbook/work-with-projects-and-accounts/remove-information-from-a-project.md)
* [Add a New Project to the System with UDF/Custom Field Value](/api-and-database/api-docs/cookbook/work-with-projects-and-accounts/add-a-new-project-to-the-system-with-udf-custom-field-value.md)
* [Get a Project Name](/api-and-database/api-docs/cookbook/work-with-projects-and-accounts/get-a-project-name.md)
* [Find an Account Registered in the System](/api-and-database/api-docs/cookbook/work-with-projects-and-accounts/find-an-account-registered-in-the-system.md)
* [Update Contact (User and Client) Information](/api-and-database/api-docs/cookbook/work-with-projects-and-accounts/update-contact-user-and-client-information.md)


---

# Agent Instructions: 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:

```
GET https://help.claritylims.illumina.com/api-and-database/api-docs/cookbook/work-with-projects-and-accounts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
