This is a selection of examples from the complete
"How to" screencast. »
You can evaluate
Options[function] to view the settings for the function's default options:
You can also specify just one or a subset of options to view:
To view just the setting for an option, use
ReplaceAll (abbreviated by

) with the option:
You can also find options and settings for a function from its documentation page. Open the from the menu:
Type in the name of a function in the search field at the top:
You will find the options for the function and their default settings in the More Information section:
Some functions do not have all available options listed in the documentation. For example,
Plot shares options with
Graphics, so to view the full set of options available for
Plot you must navigate to the options on the
Graphics page: