Edit "Add" page???

Given that every single item in Drupal appears to be customizable, it seems like I should be able to edit my site's "Add Information" page ... but I can't seem to find where. Can anyone tell me where I go to do that?

26 Oct11:37

Content types

By hallman

You can edit the content types at admin/content/types. You can change what they are called and the description.

You can control which items appear in the list, by role, at admin/user/access. If a role doesn't have the "create" permission for a content type, those users don't see that content type in the list. But as administrator, you see them all.

You can change what's in the left sidebar: on admin/build/menu you can edit "Add information" and change it to something else.

26 Oct19:06

Got it

By currierc

Okay I get it now. I don't edit the page itself, I edit the description of each content type individually, and collectively that is what makes up the node/add page.

Thanks.