# doctl projects resources – DigitalOcean Documentation > The subcommands of `doctl projects resources` allow you to list and assign resources to your projects. - [doctl projects resources assign](https://docs.digitalocean.com/reference/doctl/reference/projects/resources/assign/index.html.md): Assign one or more resources to a project by specifying the resource's uniform resource name ("URN"). A valid URN has the format: `do:resource_type:resource_id`. For example: - `do:droplet:4126873` - `do:volume:6fc4c277-ea5c-448a-93cd-dd496cfef71f` - … - [doctl projects resources get](https://docs.digitalocean.com/reference/doctl/reference/projects/resources/get/index.html.md): Retrieve information about a resource by specifying its uniform resource name ("URN"). Currently, only Droplets, floating IPs, load balancers, domains, volumes, and App Platform apps are supported. A valid URN has the format: … - [doctl projects resources list](https://docs.digitalocean.com/reference/doctl/reference/projects/resources/list/index.html.md): List all of the resources assigned to the specified project displaying their uniform resource names ("URNs").